33f40c1986a7b54e017c2bb19ad2b450dc3c4833
[platform/upstream/libsolv.git] / src / source_solv.h
1 /*
2  * source_solv.h
3  * 
4  */
5
6 #ifndef SOURCE_SOLVE_H
7 #define SOURCE_SOLVE_H
8
9 #include "pool.h"
10 #include "source.h"
11
12 extern Source *pool_addsource_solv(Pool *pool, FILE *fp, const char *name);
13
14 #endif /* SOURCE_SOLVE_H */