From: Adam Dickmeiss Date: Thu, 26 Mar 2009 10:27:24 +0000 (+0100) Subject: Rework copy/clone of ASN.1 type utilities. X-Git-Tag: v3.0.45~10 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=de9864f98c5fec785fb0e4cb05cf9db1e7a7e4af;hp=de9864f98c5fec785fb0e4cb05cf9db1e7a7e4af Rework copy/clone of ASN.1 type utilities. The copy/clone of a type, such as Z_RPNQuery, is implemented as a macro. The following funcions are defined at this stage: yaz_clone_z_{Query,RPNQuery,NamePlusRecord}. ---