and added files
[bcm963xx.git] / userapps / opensource / net-snmp / include / net-snmp / library / getopt.h
diff --git a/userapps/opensource/net-snmp/include/net-snmp/library/getopt.h b/userapps/opensource/net-snmp/include/net-snmp/library/getopt.h
new file mode 100644 (file)
index 0000000..e382719
--- /dev/null
@@ -0,0 +1,15 @@
+#ifndef _GETOPT_H_
+#define _GETOPT_H_ 1
+
+#ifdef __cplusplus
+extern          "C" {
+#endif
+
+    extern int      getopt(int, char *const *, const char *);
+    extern char    *optarg;
+    extern int      optind, opterr, optopt, optreset;
+
+#ifdef __cplusplus
+}
+#endif
+#endif