Imported Upstream version 0.6.35
[platform/upstream/libsolv.git] / src / repo_solv.h
index 3127258..0c66394 100644 (file)
  *
  */
 
-#ifndef SATSOLVER_REPO_SOLVE_H
-#define SATSOLVER_REPO_SOLVE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
+#ifndef LIBSOLV_REPO_SOLVE_H
+#define LIBSOLV_REPO_SOLVE_H
 
 #include <stdio.h>
 
 #include "pool.h"
 #include "repo.h"
 
-extern int repo_add_solv(Repo *repo, FILE *fp);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int repo_add_solv(Repo *repo, FILE *fp, int flags);
+
+#define SOLV_ADD_NO_STUBS      (1 << 8)
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* SATSOLVER_REPO_SOLVE_H */
+#endif /* LIBSOLV_REPO_SOLVE_H */