2 * Copyright (c) 2007, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
13 #ifndef LIBSOLV_REPO_SOLVE_H
14 #define LIBSOLV_REPO_SOLVE_H
25 extern int repo_add_solv(Repo *repo, FILE *fp, int flags);
27 #define SOLV_ADD_NO_STUBS (1 << 8)
33 #endif /* LIBSOLV_REPO_SOLVE_H */