X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fdata1.h;h=7c8c961faac3f1ea9502c10caca7bd9f85f1d107;hb=9a2b41f58cf220c9583b654ff77776a18e958b44;hp=480f437110887207fc25b1c29b0a049b27ccc096;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8;p=yaz-moved-to-github.git diff --git a/include/data1.h b/include/data1.h index 480f437..7c8c961 100644 --- a/include/data1.h +++ b/include/data1.h @@ -24,7 +24,13 @@ * 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. * @@ -144,6 +150,7 @@ #include #include +#include #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);