X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ftestlib.c;h=18f3cd9ea496dbca32e8b748fb4c6eb9e70b7299;hb=c401b3a1421e31b3d6b77bc7bac6ffb934207df1;hp=5735254660ff6260580aecd743b07834bb5e4581;hpb=35006038c98c6a2dd02902492d39982e5561ce6e;p=idzebra-moved-to-github.git diff --git a/test/api/testlib.c b/test/api/testlib.c index 5735254..18f3cd9 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,4 +1,4 @@ -/* $Id: testlib.c,v 1.38 2006-09-08 09:56:40 adam Exp $ +/* $Id: testlib.c,v 1.39 2006-10-29 17:20:01 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -89,7 +89,7 @@ ZebraService tl_start_up(char *cfgname, int argc, char **argv) /** * get_srcdir: return env srcdir or . (if does does not exist) */ -const char *tl_get_srcdir() +const char *tl_get_srcdir(void) { const char *srcdir = getenv("srcdir"); if (!srcdir || ! *srcdir)