]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
build: export the new *_testtags methods 13/head
authorAles Kozumplik <akozumpl@redhat.com>
Mon, 16 Apr 2012 06:34:04 +0000 (08:34 +0200)
committerAles Kozumplik <akozumpl@redhat.com>
Mon, 16 Apr 2012 06:34:04 +0000 (08:34 +0200)
ext/libsolvext.ver

index 74d27188a8f8865f0af997fa446dfc2b3aa9e863..7c830aaeb2aa4acbc6037be550b2363c60969410 100644 (file)
@@ -35,7 +35,7 @@ SOLV_1.0 {
                rpm_query;
                solv_xfopen;
                solv_xfopen_fd;
-               testcase_add_susetags;
+               testcase_add_testtags;
                testcase_job2str;
                testcase_solvid2str;
                testcase_str2dep;
@@ -45,7 +45,7 @@ SOLV_1.0 {
                testcase_resultdiff;
                testcase_solverresult;
                testcase_write;
-               testcase_write_susetags;
+               testcase_write_testtags;
        local:
                *;
 };