Added support for arbitrary OID's for tagsets, schemas and attribute sets.
[yaz-moved-to-github.git] / include / d1_attset.h
index 013bfa3..82f0531 100644 (file)
@@ -75,7 +75,7 @@ struct data1_attset
     oid_value reference;   /* external ID of attset */
     data1_att *atts;          /* attributes */
     data1_attset_child *children;  /* included attset */
-    data1_attset *next;       /* sibling */
+    data1_attset *next;       /* next in cache */
 };
 
 typedef struct data1_handle_info *data1_handle;
@@ -84,6 +84,8 @@ YAZ_EXPORT data1_att *data1_getattbyname(data1_handle dh, data1_attset *s,
                                         char *name);
 YAZ_EXPORT data1_attset *data1_read_attset(data1_handle dh, const char *file);
 
+YAZ_EXPORT data1_attset *data1_empty_attset(data1_handle dh);
+
 #ifdef __cplusplus
 }
 #endif