- the big solv data change
[platform/upstream/libsolv.git] / tools / repo_rpmdb.h
1 /*
2  * Copyright (c) 2007-2008, 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_rpmdb(Repo *repo, Repo *ref, const char *rootdir, int flags);
9 extern void repo_add_rpms(Repo *repo, const char **rpms, int nrpms, int flags);