blob: 8526e967b28a10c60832ba269081fc2ac6245706 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.1.1.1 2004/02/24 23:27:26 cube Exp $
--- gkrellm_snmp.c.orig Thu Sep 6 22:15:30 2001
+++ gkrellm_snmp.c
@@ -88,6 +88,7 @@
GtkTooltips *tooltip;
};
+oid *snmp_parse_oid(const char *argv, oid *root, size_t *rootlen);
/*
* caller needs to free the returned gchar*
|