X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstodrstack.c;h=34252ba040e74e9a5ce84f29bdae87d5934d45c9;hb=67471e87c134f2503546cdd250cd169b7d43d566;hp=96788c23258b05298700b04e0bbb814c707be64e;hpb=06ae818deffa84ec4bc1308051ef411845dd4ce5;p=yaz-moved-to-github.git diff --git a/test/tstodrstack.c b/test/tstodrstack.c index 96788c2..34252ba 100644 --- a/test/tstodrstack.c +++ b/test/tstodrstack.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, 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.5 2006-10-04 16:59:34 mike 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();