summaryrefslogtreecommitdiff
path: root/ext/repo_appdata.h
blob: db5f2cf71b33eef6fb643413ad50837a6fe852f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2013, Novell Inc.
 *
 * This program is licensed under the BSD license, read LICENSE.BSD
 * for further information
 */

int repo_add_appdata(Repo *repo, FILE *fp, int flags);
int repo_add_appdata_dir(Repo *repo, const char *appdatadir, int flags);

#define APPDATA_SEARCH_UNINTERNALIZED_FILELIST		(1 << 8)
#define APPDATA_CHECK_DESKTOP_FILE	(1 << 30)	/* internal */