X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fprt-ext.h;fp=include%2Fyaz%2Fprt-ext.h;h=b59e3582149813f017f24009a5210c86360219fb;hp=74f88e5f5a1817669bb630da4e96535a4e4339e7;hb=a07a5e7fcd5417f81b546be932619b90e05ba72c;hpb=c7e6e65dc7e8204798a41f6326a9e04632f1f507 diff --git a/include/yaz/prt-ext.h b/include/yaz/prt-ext.h index 74f88e5..b59e358 100644 --- a/include/yaz/prt-ext.h +++ b/include/yaz/prt-ext.h @@ -142,6 +142,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 as ANY */ +YAZ_EXPORT Z_External *z_ext_record_oid_any(ODR o, const Odr_oid *oid, + const char *buf, int len); /** \brief encodes EXTERNAL XML record */ YAZ_EXPORT Z_External *z_ext_record_xml(ODR o, const char *buf, int len);