a617c65a7995f6b4d43e538b1ad004f726966d65
[platform/upstream/libsolv.git] / tools / repo_susetags.h
1 /*
2  * Copyright (c) 2007, Novell Inc.
3  *
4  * This program is licensed under the BSD license, read LICENSE.BSD
5  * for further information
6  */
7
8 /* read susetags file <fp> into <repo>
9  * if <attrname> given, write attributes as '<attrname>.attr'
10  */
11
12 #define SUSETAGS_KINDS_SEPARATELY       (1 << 2)
13 #define SUSETAGS_EXTEND                 (1 << 3)
14
15 extern void repo_add_susetags(Repo *repo, FILE *fp, Id product, const char *language, int flags);