- cleanup repo handlin API
[platform/upstream/libsolv.git] / src / repo_solv.h
1 /*
2  * Copyright (c) 2007, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 /*
9  * repo_solv.h
10  * 
11  */
12
13 #ifndef REPO_SOLVE_H
14 #define REPO_SOLVE_H
15
16 #ifdef __cplusplus
17 extern "C" {
18 #endif
19
20 #include "pool.h"
21 #include "repo.h"
22
23 extern void repo_add_solv(Repo *repo, FILE *fp);
24
25 #ifdef __cplusplus
26 }
27 #endif
28
29 #endif /* REPO_SOLVE_H */