Imported Upstream version 0.6.8
[platform/upstream/libsolv.git] / ext / repo_appdata.h
1 /*
2  * Copyright (c) 2013, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 int repo_add_appdata(Repo *repo, FILE *fp, int flags);
9 int repo_add_appdata_dir(Repo *repo, const char *appdatadir, int flags);
10
11 #define APPDATA_CHECK_DESKTOP_FILE      (1 << 30)       /* internal */