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=633f1d5078e524d7f6cf6a1674821b5464f9fb76;hpb=4b92c6833026a51cc391840d1157cd5fefede1df;ds=sidebyside 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);