X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Frepo_solv.h;h=0c66394958f074a4003378e8adedd54044207b7a;hb=e679b515eddb3dd340fb25620de0160211f40fdc;hp=dc4eb10f70c4a7baaa2c1ed44e989a6378311029;hpb=180a7cc50ba32c83e6a05d3560850ba228d2afcb;p=platform%2Fupstream%2Flibsolv.git diff --git a/src/repo_solv.h b/src/repo_solv.h index dc4eb10..0c66394 100644 --- a/src/repo_solv.h +++ b/src/repo_solv.h @@ -10,20 +10,19 @@ * */ -#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 #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 */