summaryrefslogtreecommitdiff
path: root/cups/snmp-private.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-05-19 23:16:59 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2008-05-19 23:16:59 +0000
commit20fbc9034781e607f8063453c8a52ec73fc5c293 (patch)
tree9c6f5a485fddc0431ca7a2b393a2f8e52aaf90e1 /cups/snmp-private.h
parent47879b8b63f262a11f53710f029e2969c5720b1f (diff)
Merge changes from CUPS 1.4svn-r7594.
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@779 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/snmp-private.h')
-rw-r--r--cups/snmp-private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cups/snmp-private.h b/cups/snmp-private.h
index ae03ca684..de6d0f6f3 100644
--- a/cups/snmp-private.h
+++ b/cups/snmp-private.h
@@ -121,10 +121,15 @@ extern int _cupsSNMPIsOID(cups_snmp_t *packet, const int *oid)
_CUPS_API_1_4;
extern int _cupsSNMPIsOIDPrefixed(cups_snmp_t *packet,
const int *prefix) _CUPS_API_1_4;
+extern char *_cupsSNMPOIDToString(const int *src, char *dst,
+ size_t dstsize) _CUPS_API_1_4;
extern int _cupsSNMPOpen(int family) _CUPS_API_1_4;
extern cups_snmp_t *_cupsSNMPRead(int fd, cups_snmp_t *packet,
double timeout) _CUPS_API_1_4;
extern void _cupsSNMPSetDebug(int level) _CUPS_API_1_4;
+extern int *_cupsSNMPStringToOID(const char *src,
+ int *dst, int dstsize)
+ _CUPS_API_1_4;
extern int _cupsSNMPWalk(int fd, http_addr_t *address, int version,
const char *community, const int *prefix,
double timeout, cups_snmp_cb_t cb,