Removed definition statserv_remove to eventl.h. (A hack really).
[yaz-moved-to-github.git] / include / data1.h
index 480f437..7c8c961 100644 (file)
  * OF THIS SOFTWARE.
  *
  * $Log: data1.h,v $
- * Revision 1.22  1997-09-01 08:49:48  adam
+ * Revision 1.24  1997-09-01 09:30:39  adam
+ * Added include of yaz-util.h.
+ *
+ * Revision 1.23  1997/09/01 08:58:04  adam
+ * Removed declaration of data1_matchstr since it's a macro.
+ *
+ * Revision 1.22  1997/09/01 08:49:48  adam
  * New windows NT/95 port using MSV5.0. To export DLL functions the
  * YAZ_EXPORT modifier was added. Defined in yconfig.h.
  *
 
 #include <d1_attset.h>
 #include <d1_map.h>
+#include <yaz-util.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -393,7 +400,6 @@ YAZ_EXPORT data1_tagset *data1_read_tagset(char *file);
 YAZ_EXPORT data1_element *data1_getelementbytagname(data1_absyn *abs,
     data1_element *parent, char *tagname);
 YAZ_EXPORT Z_GenericRecord *data1_nodetogr(data1_node *n, int select, ODR o, int *len);
-YAZ_EXPORT int data1_matchstr(char *s1, char *s2);
 YAZ_EXPORT data1_tag *data1_gettagbyname(data1_tagset *s, char *name);
 YAZ_EXPORT void data1_free_tree(data1_node *t);
 YAZ_EXPORT char *data1_nodetobuf(data1_node *n, int select, int *len);