Imported Upstream version 0.6.33
[platform/upstream/libsolv.git] / src / repo_solv.h
index dc4eb10..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);
-extern int repo_add_solv_flags(Repo *repo, FILE *fp, int flags);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+extern int repo_add_solv(Repo *repo, FILE *fp, int flags);
 
 #define SOLV_ADD_NO_STUBS      (1 << 8)
 
@@ -31,4 +30,4 @@ extern int repo_add_solv_flags(Repo *repo, FILE *fp, int flags);
 }
 #endif
 
-#endif /* SATSOLVER_REPO_SOLVE_H */
+#endif /* LIBSOLV_REPO_SOLVE_H */