Function yaz_version. Better handling of non-SOAP enabled YAZ
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
index 2a1327e..951b477 100644 (file)
@@ -1,10 +1,17 @@
 /*
- * Current software version.
+ * Copyright (c) 1995-2003, Index Data.
+ * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.22 2003-02-10 08:58:40 adam Exp $
+ * $Id: yaz-version.h,v 1.23 2003-02-18 14:28:52 adam Exp $
+ */
+
+/*
+ * Current software version.
  */
 #ifndef YAZ_VERSION
 
+#include <yaz/yconfig.h>
+
 #define YAZ_VERSION "1.9.3"
 #define YAZ_VERSIONL 0x010903
 
 #endif
 #endif
 
+YAZ_BEGIN_CDECL
+
+YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str);
+
+YAZ_END_CDECL
+
 #endif