Imported Upstream version 0.7.27
[platform/upstream/libsolv.git] / ext / repo_conda.h
index fa626f1..39911eb 100644 (file)
@@ -5,6 +5,24 @@
  * for further information
  */
 
-#define CONDA_ADD_USE_ONLY_TAR_BZ2  (1 << 8)
+#ifndef LIBSOLV_REPO_CONDA_H
+#define LIBSOLV_REPO_CONDA_H
+
+#include <stdio.h>
+
+#include "repo.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#define CONDA_ADD_USE_ONLY_TAR_BZ2     (1 << 8)
+#define CONDA_ADD_WITH_SIGNATUREDATA   (1 << 9)
 
 extern int repo_add_conda(Repo *repo, FILE *fp, int flags);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* LIBSOLV_REPO_CONDA_H */