Add C decl for cql.h
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 16 Dec 2003 14:36:28 +0000 (14:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 16 Dec 2003 14:36:28 +0000 (14:36 +0000)
CHANGELOG
include/yaz/cql.h

index 2bd1351..ac1c378 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,7 +4,7 @@ MARC conversion can now generate ISO2709 output in another
 character set. yaz-marcdump uses this facility if you invoke it
 with option -O.
 
-Added missing C decl macros for include/yaz/{soap.h,srw.h}, so that
+Added missing C decl macros for include/yaz/{soap.h,srw.h,cql.h}, so that
 functions from there can be used from C++.
 
 --- 2.0.6 2003/12/04
index b1125e3..b9b5f4d 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: cql.h,v 1.4 2003-05-27 09:46:26 mike Exp $
+/* $Id: cql.h,v 1.5 2003-12-16 14:36:28 adam Exp $
    Copyright (C) 2002-2003
    Index Data Aps
 
@@ -12,6 +12,8 @@ See the file LICENSE.
 #include <stdio.h>
 #include <yaz/yconfig.h>
 
+YAZ_BEGIN_CDECL
+
 typedef struct cql_parser *CQL_parser;
 
 /**
@@ -187,5 +189,7 @@ int cql_transform_error(cql_transform_t ct, const char **addinfo);
 YAZ_EXPORT
 const char *cql_strerror(int code);
 
+YAZ_END_CDECL
+
 #endif
 /* CQL_H_INCLUDED */