X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftest_file_glob.c;h=1526dc8bfd3e2731ff47c7adb6a7e3ed9502b9c9;hb=8cab0e7a022a9c5ec35cf74ea6b77b9a652a17f9;hp=029382b6a001d0a12fd5127d3514f29cbf6c1e80;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35;p=yaz-moved-to-github.git diff --git a/test/test_file_glob.c b/test/test_file_glob.c index 029382b..1526dc8 100644 --- a/test/test_file_glob.c +++ b/test/test_file_glob.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include @@ -33,7 +32,7 @@ void tst_with_path(const char *tpath) yaz_file_globfree(&glob_res); } -static check_file(const char *got, const char *expect) +static int check_file(const char *got, const char *expect) { const char *f = got; size_t l_match = strlen(expect);