From e29f497cf007bae88b852fcc5e6c8ce2dbef66e5 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 27 Jan 2006 23:42:46 +0000 Subject: Make the MIB directory configurable. --- daemon/rrdbotd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/rrdbotd.h') diff --git a/daemon/rrdbotd.h b/daemon/rrdbotd.h index ce16ebd..1a9782b 100644 --- a/daemon/rrdbotd.h +++ b/daemon/rrdbotd.h @@ -187,7 +187,7 @@ void rb_rrd_update(rb_poller *poll); typedef void* mib_node; -void rb_mib_init(int warnings); +void rb_mib_init(const char* dir, int warnings); mib_node rb_mib_lookup(const char* match); int rb_mib_subid(mib_node n, const char* name); void rb_mib_oid(mib_node n, struct asn_oid* oid); -- cgit v1.2.3