and added files
[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
new file mode 100644 (file)
index 0000000..63742c6
--- /dev/null
@@ -0,0 +1,17 @@
+#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