X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft1.c;fp=test%2Fapi%2Ft1.c;h=c26ff0295452c057f3e04894e8bb0475929d9417;hb=39d323b0aabcc0f1a08f37c3fa45fb187c7570ac;hp=353a5332cbcecbcdb9460a1cf2a8e66b61307cf5;hpb=b547f7eb4e4ae29d08a2c0fb7e2108b22ade3dd7;p=idzebra-moved-to-github.git diff --git a/test/api/t1.c b/test/api/t1.c index 353a533..c26ff02 100644 --- a/test/api/t1.c +++ b/test/api/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.2 2002-08-02 19:26:57 adam Exp $ +/* $Id: t1.c,v 1.3 2003-05-20 13:52:41 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -20,8 +20,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ - - +#include #include int main(int argc, char **argv) @@ -29,6 +28,7 @@ int main(int argc, char **argv) ZebraService zs; ZebraHandle zh; + yaz_log_init_file("t1.log"); nmem_init(); zs = zebra_start("t1.cfg"); zh = zebra_open (zs);