X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ext%2Frepo_conda.h;h=39911eb0bbb5f3dd0daa40ef39ab931cac40f9c9;hb=1aac48dff40ef592968a18058bad270da65ed847;hp=fa626f18b284b3f49f8ee693788ff859febabf49;hpb=2d757ccc60324e7bfcc07f6f46d7f38e30642fcb;p=platform%2Fupstream%2Flibsolv.git diff --git a/ext/repo_conda.h b/ext/repo_conda.h index fa626f1..39911eb 100644 --- a/ext/repo_conda.h +++ b/ext/repo_conda.h @@ -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 + +#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 */