X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstodrstack.c;h=f6349bc21aa1a2adbc049d4a929fd263411f8dcc;hb=e6f45fddb3d4267340ad320dbedfbf5cb68c4d21;hp=96788c23258b05298700b04e0bbb814c707be64e;hpb=06ae818deffa84ec4bc1308051ef411845dd4ce5;p=yaz-moved-to-github.git diff --git a/test/tstodrstack.c b/test/tstodrstack.c index 96788c2..f6349bc 100644 --- a/test/tstodrstack.c +++ b/test/tstodrstack.c @@ -1,8 +1,8 @@ /* - * Copyright (C) 1995-2005, Index Data ApS + * Copyright (C) 1995-2007, Index Data ApS * See the file LICENSE for details. * - * $Id: tstodrstack.c,v 1.4 2006-01-29 21:59:13 adam Exp $ + * $Id: tstodrstack.c,v 1.6 2007-01-03 08:42:16 adam Exp $ * */ #include @@ -11,7 +11,7 @@ #include /** \brief build a 100 level query */ -void test1() +void test1(void) { ODR odr = odr_createmem(ODR_ENCODE); YAZ_PQF_Parser parser = yaz_pqf_create(); @@ -39,7 +39,7 @@ void test1() } /** \brief build a circular referenced query */ -void test2() +void test2(void) { ODR odr = odr_createmem(ODR_ENCODE); YAZ_PQF_Parser parser = yaz_pqf_create();