X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fd1_attset.h;h=93e6ec7d34f71f9b47efedb1b3bb2eef131f054a;hp=c9d8e739a539937c8fa0f973ca9319d12edb4a8a;hb=a7827306d9d9fd634a4b4336944bee781fa61e32;hpb=bf4149c63ad2e11429e302a89f472de52b4d7ce8 diff --git a/include/d1_attset.h b/include/d1_attset.h index c9d8e73..93e6ec7 100644 --- a/include/d1_attset.h +++ b/include/d1_attset.h @@ -70,8 +70,11 @@ typedef struct data1_attset struct data1_attset *next; /* sibling */ } data1_attset; -data1_att *data1_getattbyname(data1_attset *s, char *name); -data1_attset *data1_read_attset(char *file); +typedef struct data1_handle_info *data1_handle; + +YAZ_EXPORT data1_att *data1_getattbyname(data1_handle dh, data1_attset *s, + char *name); +YAZ_EXPORT data1_attset *data1_read_attset(data1_handle dh, char *file); #ifdef __cplusplus }