finally in sync with archive
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / library / snmp_parse_args.h
diff --git a/userapps/opensource/net-snmp/include/net-snmp/library/snmp_parse_args.h b/userapps/opensource/net-snmp/include/net-snmp/library/snmp_parse_args.h
deleted file mode 100755 (executable)
index 63742c6..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef SNMP_PARSE_ARGS_H
-#define SNMP_PARSE_ARGS_H
-#ifdef __cplusplus
-extern          "C" {
-#endif
-
-    int             snmp_parse_args(int, char *const *, netsnmp_session *,
-                                    const char *, void (*)(int,
-                                                           char *const *,
-                                                           int));
-    void            snmp_parse_args_descriptions(FILE *);
-    void            snmp_parse_args_usage(FILE *);
-
-#ifdef __cplusplus
-}
-#endif
-#endif