In mib.h missing prototypes of function netsnmp_oid2chars and netsnmp_oid2str.
Is there a function which parse back oid to string ? I mean like snmp_parse_oid, but reverse ? :-)
-- Oleg Ivanov Zelax Telecom
--- mib.h.orig Wed Jun 9 15:43:33 2004
+++ mib.h Wed Jun 9 15:47:08 2004
@@ -510,6 +510,8 @@
int netsnmp_str2oid(const char *S, oid * O, int L);
+ int netsnmp_oid2chars(char *C, int L, const oid * O);
+ int netsnmp_oid2str(char *S, int L, oid * O);
#define NETSNMP_STRING_OUTPUT_GUESS 1
