Changed the way implementationName - and version is set.
[yaz-moved-to-github.git] / include / prt-grs.h
index 97a2b03..fa40996 100644 (file)
@@ -174,8 +174,10 @@ struct Z_GenericRecord
     Z_TaggedElement **elements;
 };
 
-YAZ_EXPORT int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt);
-YAZ_EXPORT int z_Variant(ODR o, Z_Variant **p, int opt);
+YAZ_EXPORT int z_GenericRecord(ODR o, Z_GenericRecord **p, int opt,
+                              const char *name);
+YAZ_EXPORT int z_Variant(ODR o, Z_Variant **p, int opt,
+                        const char *name);
 
 #ifdef __cplusplus
 }