X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Ftstodrstack.c;h=0fe370bc70281ef1f7819ad582dc162bd28ccbf4;hb=0edd22d3d3fb9bafa8795815517e9ad51d51641f;hp=96788c23258b05298700b04e0bbb814c707be64e;hpb=06ae818deffa84ec4bc1308051ef411845dd4ce5;p=yaz-moved-to-github.git diff --git a/test/tstodrstack.c b/test/tstodrstack.c index 96788c2..0fe370b 100644 --- a/test/tstodrstack.c +++ b/test/tstodrstack.c @@ -1,9 +1,6 @@ -/* - * Copyright (C) 1995-2005, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2009 Index Data * See the file LICENSE for details. - * - * $Id: tstodrstack.c,v 1.4 2006-01-29 21:59:13 adam Exp $ - * */ #include #include @@ -11,7 +8,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 +36,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();