Imported Upstream version 0.6.9
[platform/upstream/libsolv.git] / ext / testcase.h
index 4243e4f..14a2cca 100644 (file)
 #define TESTCASE_RESULT_ORPHANED       (1 << 2)
 #define TESTCASE_RESULT_RECOMMENDED    (1 << 3)
 #define TESTCASE_RESULT_UNNEEDED       (1 << 4)
+#define TESTCASE_RESULT_ALTERNATIVES   (1 << 5)
 
 extern Id testcase_str2dep(Pool *pool, const char *s);
+extern const char *testcase_dep2str(Pool *pool, Id id);
 extern const char *testcase_repoid2str(Pool *pool, Id repoid);
 extern const char *testcase_solvid2str(Pool *pool, Id p);
 extern Repo *testcase_str2repo(Pool *pool, const char *str);