X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2Fapi%2Ft1.c;h=c26ff0295452c057f3e04894e8bb0475929d9417;hb=c8efd6bf5a0531afb5fec23a5885e2b0bcc0cd13;hp=c276d4df1ec6d063d4734212b2565fffd6f633a8;hpb=7e75317bed8eecabcb57e59b16093a32238738e2;p=idzebra-moved-to-github.git diff --git a/test/api/t1.c b/test/api/t1.c index c276d4d..c26ff02 100644 --- a/test/api/t1.c +++ b/test/api/t1.c @@ -1,7 +1,26 @@ -/* - * $Id: t1.c,v 1.1 2002-02-20 17:30:02 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 +This file is part of the Zebra server. + +Zebra is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free +Software Foundation; either version 2, or (at your option) any later +version. + +Zebra is distributed in the hope that it will be useful, but WITHOUT ANY +WARRANTY; without even the implied warranty of MERCHANTABILITY or +FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License +for more details. + +You should have received a copy of the GNU General Public License +along with Zebra; see the file LICENSE.zebra. If not, write to the +Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA +02111-1307, USA. +*/ + +#include #include int main(int argc, char **argv) @@ -9,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);