Bump year
[yaz-moved-to-github.git] / util / cql2xcql.c
index d23a415..138afad 100644 (file)
@@ -1,5 +1,5 @@
-/* $Id: cql2xcql.c,v 1.3 2004-03-11 09:34:42 adam Exp $
-   Copyright (C) 2002-2004
+/* $Id: cql2xcql.c,v 1.6 2005-01-15 19:47:15 adam Exp $
+   Copyright (C) 1995-2005, Index Data ApS
    Index Data Aps
 
 This file is part of the YAZ toolkit.
@@ -8,13 +8,15 @@ See the file LICENSE.
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <yaz/cql.h>
+#include <yaz/options.h>
 
 int main(int argc, char **argv)
 {
     CQL_parser cp;
-    int r;
+    int r = 0;
     const char *fname = 0;
     int iterations = 1;
     int ret;