X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=asn%2Fprt-proto.h;h=2d5efb6a8182af432b0fff9d2316284bb3a16b88;hp=9e59e16c17ecf061c28236d22cb99fec1d30977f;hb=c7dfadc3347abda902e15f79bfd513e1d48cfbba;hpb=c5f9b67c889e65446bcbf727bef3705229c3fd7f diff --git a/asn/prt-proto.h b/asn/prt-proto.h index 9e59e16..2d5efb6 100644 --- a/asn/prt-proto.h +++ b/asn/prt-proto.h @@ -23,7 +23,7 @@ * LIABILITY, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE * OF THIS SOFTWARE. * - * $Id: prt-proto.h,v 1.2 2001-02-21 13:46:53 adam Exp $ + * $Id: prt-proto.h,v 1.3 2001-09-24 21:51:55 adam Exp $ */ #ifndef PRT_PROTO_H @@ -1145,6 +1145,12 @@ YAZ_EXPORT int z_DefaultDiagFormat(ODR o, Z_DefaultDiagFormat **p, int opt, YAZ_EXPORT Z_APDU *zget_APDU(ODR o, int which); YAZ_EXPORT int z_Query(ODR o, Z_Query **p, int opt, const char *name); +YAZ_EXPORT Odr_oid *yaz_oidval_to_z3950oid (ODR o, int oid_class, + int oid_value); +YAZ_EXPORT Odr_oid *yaz_str_to_z3950oid (ODR o, int oid_class, + const char *str); +YAZ_EXPORT const char *yaz_z3950oid_to_str (Odr_oid *oid, int *oid_class); + YAZ_END_CDECL #include