1 /*
2  * Copyright (c) 2014, SUSE Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7 
8 #ifndef POOL_PARSERPMRICHDEP_H
9 #define POOL_PARSERPMRICHDEP_H
10 
11 #include "pool.h"
12 
13 extern Id pool_parserpmrichdep(Pool *pool, const char *dep);
14 
15 #endif
16