X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fproto.h;h=ccdff5989c5399be035a48a7a66f3ae429d0fd83;hp=be0d05bbb52319ba0f345efe7fed7710922cb7e6;hb=ddac2b650c387c8ab108827c8ead16371f16340d;hpb=aea27bc0e4e3f310196f0e6cee3de8cac69e9806 diff --git a/include/yaz/proto.h b/include/yaz/proto.h index be0d05b..ccdff59 100644 --- a/include/yaz/proto.h +++ b/include/yaz/proto.h @@ -4,7 +4,12 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: proto.h,v $ - * Revision 1.2 2002-02-11 23:25:26 adam + * Revision 1.3 2002-08-29 19:36:09 ja7 + * Added + * YAZ_EXPORT const char* yaz_z3950_oid_value_to_str(oid_value ov, oid_class oc); + * Used for gettting ui friendly names for oid_value's + * + * Revision 1.2 2002/02/11 23:25:26 adam * Rustam's patch * * Revision 1.1 2001/10/23 21:00:19 adam @@ -79,6 +84,7 @@ #include #include #include +#include YAZ_BEGIN_CDECL @@ -143,6 +149,8 @@ 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_EXPORT const char* yaz_z3950_oid_value_to_str(oid_value ov, oid_class oc); + YAZ_END_CDECL #include