]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prototype for mib_parse()
authorhno <>
Thu, 10 May 2001 13:17:34 +0000 (13:17 +0000)
committerhno <>
Thu, 10 May 2001 13:17:34 +0000 (13:17 +0000)
include/parse.h

index 03ecd9fc4d4498dc82653bf8039b889dfb315c35..8dd6397fc5bd85b1fcb75d7a1c662280757b329a 100644 (file)
@@ -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
 }