diff options
Diffstat (limited to 'ext/repo_appdata.h')
-rw-r--r-- | ext/repo_appdata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/repo_appdata.h b/ext/repo_appdata.h index 51b35b5..db5f2cf 100644 --- a/ext/repo_appdata.h +++ b/ext/repo_appdata.h @@ -8,4 +8,5 @@ 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 */ |