From: hno <> Date: Thu, 10 May 2001 13:17:34 +0000 (+0000) Subject: Prototype for mib_parse() X-Git-Tag: SQUID_3_0_PRE1~1514 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f232128c37147c9edd1e32555a7e5b166e3e4a6;p=thirdparty%2Fsquid.git Prototype for mib_parse() --- diff --git a/include/parse.h b/include/parse.h index 03ecd9fc4d..8dd6397fc5 100644 --- a/include/parse.h +++ b/include/parse.h @@ -1,5 +1,5 @@ /* - * $Id: parse.h,v 1.8 1998/09/23 17:19:59 wessels Exp $ + * $Id: parse.h,v 1.9 2001/05/10 07:17:34 hno Exp $ */ #ifndef _HAVE_PARSE_H_ @@ -84,7 +84,7 @@ extern "C" { /*void print_type(struct variable_list *); */ void print_oid_nums(oid *, int); - struct snmp_mib_tree *read_mib(); + struct snmp_mib_tree *read_mib(char *); #ifdef __cplusplus }