X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;h=a63503317286c7346a3effc5d312af06a4b626ac;hp=dfbd89a14119d576f6c8bee654ae0aef2b0050bf;hb=240de66672a5b12b1a0deebc18508719dc780828;hpb=0c46d2e66bdeea1600e700124a81a5d0a65d349e diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index dfbd89a..a635033 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -155,6 +155,9 @@ YAZ_EXPORT Z_ext_typeent *z_ext_getentbyref(const Odr_oid *oid); /** \brief encodes EXTERNAL record based on OID (NULL if not known) */ YAZ_EXPORT Z_External *z_ext_record_oid(ODR o, const Odr_oid *oid, const char *buf, int len); +/** \brief encodes EXTERNAL record based on OID (NULL if not known) */ +YAZ_EXPORT Z_External *z_ext_record_oid_nmem(NMEM nmem, const Odr_oid *oid, + const char *buf, int len); /** \brief encodes EXTERNAL record as ANY */ YAZ_EXPORT Z_External *z_ext_record_oid_any(ODR o, const Odr_oid *oid, const char *buf, int len);