X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fcql2xcql.c;h=b5adb40d1db36498860a7abfefea2e36572ad41f;hb=6f5c63a8b759040d31028a4f1437a9cbc7a21fd6;hp=2dadb4c5d59577fd735b59029bfa96cf2c5a8cf1;hpb=42f18e58ed67f77727cde23bcee44dbd32ed242a;p=yaz-moved-to-github.git diff --git a/util/cql2xcql.c b/util/cql2xcql.c index 2dadb4c..b5adb40 100644 --- a/util/cql2xcql.c +++ b/util/cql2xcql.c @@ -1,5 +1,5 @@ -/* $Id: cql2xcql.c,v 1.2 2004-03-10 16:34:31 adam Exp $ - Copyright (C) 2002-2003 +/* $Id: cql2xcql.c,v 1.5 2004-04-29 21:15:14 adam Exp $ + Copyright (C) 2002-2004 Index Data Aps This file is part of the YAZ toolkit. @@ -8,13 +8,15 @@ See the file LICENSE. */ #include +#include #include +#include int main(int argc, char **argv) { CQL_parser cp; - int r; + int r = 0; const char *fname = 0; int iterations = 1; int ret;