- add repo_deb.[ch], needed for build service code
[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_debs(Repo *repo, const char **debs, int ndebs, int flags);
9
10 #define DEBS_ADD_WITH_PKGID     (1 << 8)