Imported Upstream version 0.6.8
[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 int repo_add_debpackages(Repo *repo, FILE *fp, int flags);
9 extern int repo_add_debdb(Repo *repo, int flags);
10 extern Id repo_add_deb(Repo *repo, const char *deb, int flags);
11
12 #define DEBS_ADD_WITH_PKGID     (1 << 8)