summaryrefslogtreecommitdiff
path: root/ext/repo_appdata.h
blob: eb51848bb78b545aea9bf18cb5a6433f0eb3aff4 (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * 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);