Added
[yaz-moved-to-github.git] / include / yaz / proto.h
index 6d020d0..ccdff59 100644 (file)
@@ -4,7 +4,15 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: proto.h,v $
- * Revision 1.1  2001-10-23 21:00:19  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
  * Old Z39.50 codecs gone. Added ZOOM. WRBUF MARC display util.
  *
  * Revision 1.7  2001/09/24 21:51:55  adam
@@ -75,6 +83,8 @@
 #include <yaz/z-date.h>
 #include <yaz/z-univ.h>
 #include <yaz/zes-update0.h>
+#include <yaz/z-charneg.h>
+#include <yaz/oid.h>
 
 YAZ_BEGIN_CDECL
 
@@ -139,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 <yaz/prt-ext.h>