X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ext%2Frepo_conda.h;h=39911eb0bbb5f3dd0daa40ef39ab931cac40f9c9;hb=1aac48dff40ef592968a18058bad270da65ed847;hp=7e90a3d0b90aa34e3c7057421f32eea5cdfdf72c;hpb=18ebbaf4f619e79231f5ad18a2ab8c135d22ef56;p=platform%2Fupstream%2Flibsolv.git diff --git a/ext/repo_conda.h b/ext/repo_conda.h index 7e90a3d..39911eb 100644 --- a/ext/repo_conda.h +++ b/ext/repo_conda.h @@ -5,4 +5,24 @@ * for further information */ +#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 */