From: Adam Dickmeiss Date: Fri, 20 Sep 2013 09:07:00 +0000 (+0200) Subject: Make yaz_clone_z_OtherInformation X-Git-Tag: v4.2.68~7 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=5efdf15f0506e9d67c0d739bd7829cfecac409ba;ds=sidebyside Make yaz_clone_z_OtherInformation --- diff --git a/include/yaz/copy_types.h b/include/yaz/copy_types.h index 972a3ec..7162368 100644 --- a/include/yaz/copy_types.h +++ b/include/yaz/copy_types.h @@ -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 diff --git a/src/copy_types.c b/src/copy_types.c index 616df15..7930d64 100644 --- a/src/copy_types.c +++ b/src/copy_types.c @@ -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) {