testsolv: support '-s' option to take solutions
[platform/upstream/libsolv.git] / ext / testcase.h
index ffe2146..20c7095 100644 (file)
@@ -22,8 +22,8 @@ extern Repo *testcase_str2repo(Pool *pool, const char *str);
 extern Id testcase_str2solvid(Pool *pool, const char *str);
 extern const char *testcase_job2str(Pool *pool, Id how, Id what);
 extern Id testcase_str2job(Pool *pool, const char *str, Id *whatp);
-extern int testcase_write_susetags(Repo *repo, FILE *fp);
-extern int testcase_add_susetags(Repo *repo, FILE *fp, int flags);
+extern int testcase_write_testtags(Repo *repo, FILE *fp);
+extern int testcase_add_testtags(Repo *repo, FILE *fp, int flags);
 extern const char *testcase_getsolverflags(Solver *solv);
 extern int testcase_setsolverflags(Solver *solv, const char *str);
 extern void testcase_resetsolverflags(Solver *solv);