use sed instead of grep to get rid of the <?xml...> line
[platform/upstream/libsolv.git] / ext / repo_arch.h
1 /*
2  * Copyright (c) 2012, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 #define ARCH_ADD_WITH_PKGID  (1 << 8)
9
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);
13