diff options
Diffstat (limited to 'ext/pool_parserpmrichdep.h')
-rw-r--r-- | ext/pool_parserpmrichdep.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ext/pool_parserpmrichdep.h b/ext/pool_parserpmrichdep.h new file mode 100644 index 0000000..09dce2c --- /dev/null +++ b/ext/pool_parserpmrichdep.h @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2014, SUSE Inc. + * + * This program is licensed under the BSD license, read LICENSE.BSD + * for further information + */ + +#ifndef POOL_PARSERPMRICHDEP_H +#define POOL_PARSERPMRICHDEP_H + +#include "pool.h" + +extern Id pool_parserpmrichdep(Pool *pool, const char *dep); + +#endif |