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
-/* $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
#include <stdio.h>
#include <yaz/yconfig.h>
+YAZ_BEGIN_CDECL
+
typedef struct cql_parser *CQL_parser;
/**
YAZ_EXPORT
const char *cql_strerror(int code);
+YAZ_END_CDECL
+
#endif
/* CQL_H_INCLUDED */