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

#define ARCH_ADD_WITH_PKGID  (1 << 8)

extern Id repo_add_arch_pkg(Repo *repo, const char *fn, int flags);
extern Id repo_add_arch_repo(Repo *repo, FILE *fp, int flags);
extern Id repo_add_arch_local(Repo *repo, const char *dir, int flags);