From 5efdf15f0506e9d67c0d739bd7829cfecac409ba Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 20 Sep 2013 11:07:00 +0200 Subject: [PATCH] Make yaz_clone_z_OtherInformation --- include/yaz/copy_types.h | 4 ++++ src/copy_types.c | 1 + 2 files changed, 5 insertions(+) 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) { -- 1.7.10.4