Add odr_setprint_noclose
[yaz-moved-to-github.git] / test / test_query_charset.c
index e3c83fc..de647cb 100644 (file)
@@ -1,7 +1,10 @@
 /* This file is part of the YAZ toolkit.
- * Copyright (C) 1995-2010 Index Data
+ * Copyright (C) Index Data
  * See the file LICENSE for details.
  */
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -20,7 +23,7 @@ enum query_charset_status {
     CONV_FAILED
 };
 
-enum query_charset_status t(yaz_iconv_t cd, 
+enum query_charset_status t(yaz_iconv_t cd,
                             const char *pqf, const char *expect_pqf)
 {
     YAZ_PQF_Parser parser = yaz_pqf_create();