Imported Upstream version 0.7.15
[platform/upstream/libsolv.git] / ext / repo_susetags.h
index f922dbf..de110c3 100644 (file)
@@ -10,5 +10,6 @@
  */
 
 #define SUSETAGS_EXTEND                        (1 << 9)
+#define SUSETAGS_RECORD_SHARES         (1 << 10)
 
-extern void repo_add_susetags(Repo *repo, FILE *fp, Id defvendor, const char *language, int flags);
+extern int repo_add_susetags(Repo *repo, FILE *fp, Id defvendor, const char *language, int flags);