- add repo_add_debdb() helper
[platform/upstream/libsolv.git] / ext / repo_deb.h
1 /*
2  * Copyright (c) 2009, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 extern void repo_add_debpackages(Repo *repo, FILE *fp, int flags);
9 extern void repo_add_debdb(Repo *repo, const char *rootdir, int flags);
10 extern void repo_add_debs(Repo *repo, const char **debs, int ndebs, int flags);
11 extern Id repo_add_deb(Repo *repo, const char *deb, int flags);
12
13 #define DEBS_ADD_WITH_PKGID     (1 << 8)