Make yaz_clone_z_OtherInformation
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 20 Sep 2013 09:07:00 +0000 (11:07 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 20 Sep 2013 09:07:00 +0000 (11:07 +0200)
include/yaz/copy_types.h
src/copy_types.c

index 972a3ec..7162368 100644 (file)
@@ -56,6 +56,10 @@ YAZ_EXPORT
 Z_RecordComposition *yaz_clone_z_RecordComposition(Z_RecordComposition *s,
                                                    NMEM out);
 
+YAZ_EXPORT
+Z_OtherInformation *yaz_clone_z_OtherInformation(Z_OtherInformation *s,
+                                                 NMEM out);
+
 YAZ_END_CDECL
 
 #endif
index 616df15..7930d64 100644 (file)
@@ -38,6 +38,7 @@ clone_z_type(NamePlusRecord)
 clone_z_type(RPNQuery)
 clone_z_type(Query)
 clone_z_type(RecordComposition)
+clone_z_type(OtherInformation)
 
 Z_RPNQuery *yaz_copy_z_RPNQuery(Z_RPNQuery *q, ODR out)
 {