X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fd1_attset.h;h=93e6ec7d34f71f9b47efedb1b3bb2eef131f054a;hp=6989b82940436f17a81731dddd81a5578cb475e0;hb=8de81d57ebf189d37a160fe66df667b50ba7cb86;hpb=46ed30d0d83dd1b21e58a4db365a60aefaa5aad8 diff --git a/include/d1_attset.h b/include/d1_attset.h index 6989b82..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; -YAZ_EXPORT data1_att *data1_getattbyname(data1_attset *s, char *name); -YAZ_EXPORT 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 }