also simplify solvable_copy_cb's checksum handling
[platform/upstream/libsolv.git] / ext / 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_EXTEND                 (1 << 9)
13 #define SUSETAGS_RECORD_SHARES          (1 << 10)
14
15 extern int repo_add_susetags(Repo *repo, FILE *fp, Id defvendor, const char *language, int flags);