finally in sync with archive
[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
deleted file mode 100755 (executable)
index e382719..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#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