X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Frepo_solv.h;h=0c66394958f074a4003378e8adedd54044207b7a;hb=0e46e80434781d1acbc4f5716827bf8688450a30;hp=75c1b51055f01715078f87edee139ec112138448;hpb=ee1687061c9236f3ce992b677862f548469b93d8;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/repo_solv.h b/src/repo_solv.h index 75c1b51..0c66394 100644 --- a/src/repo_solv.h +++ b/src/repo_solv.h @@ -7,23 +7,27 @@ /* * repo_solv.h - * + * */ -#ifndef REPO_SOLVE_H -#define REPO_SOLVE_H +#ifndef LIBSOLV_REPO_SOLVE_H +#define LIBSOLV_REPO_SOLVE_H + +#include + +#include "pool.h" +#include "repo.h" #ifdef __cplusplus extern "C" { #endif -#include "pool.h" -#include "repo.h" +extern int repo_add_solv(Repo *repo, FILE *fp, int flags); -extern void repo_add_solv(Repo *repo, FILE *fp); +#define SOLV_ADD_NO_STUBS (1 << 8) #ifdef __cplusplus } #endif -#endif /* REPO_SOLVE_H */ +#endif /* LIBSOLV_REPO_SOLVE_H */