- add new flags for the load functions:
[platform/upstream/libsolv.git] / src / repo_solv.h
index 3127258..e3e63a5 100644 (file)
@@ -23,6 +23,7 @@ extern "C" {
 #include "repo.h"
 
 extern int repo_add_solv(Repo *repo, FILE *fp);
+extern int repo_add_solv_flags(Repo *repo, FILE *fp, int flags);
 
 #ifdef __cplusplus
 }