diff options
Diffstat (limited to 'ext/testcase.h')
-rw-r--r-- | ext/testcase.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/testcase.h b/ext/testcase.h index 4243e4f..14a2cca 100644 --- a/ext/testcase.h +++ b/ext/testcase.h @@ -14,8 +14,10 @@ #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); |