From: Adam Dickmeiss Date: Fri, 20 Sep 2013 09:07:15 +0000 (+0200) Subject: Merge branch 'master' into sru_2_0 X-Git-Tag: v5.0.0~30 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ec9cc99b6542d68912f2855e1978d191d9bbe23a;hp=833bf58328945361db8a744c0dec2c925c97d43a Merge branch 'master' into sru_2_0 --- 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) {