2 * Copyright (c) 2012, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
8 #define ARCH_ADD_WITH_PKGID (1 << 8)
10 extern Id repo_add_arch_pkg(Repo *repo, const char *fn, int flags);
11 extern Id repo_add_arch_repo(Repo *repo, FILE *fp, int flags);
12 extern Id repo_add_arch_local(Repo *repo, const char *dir, int flags);