summaryrefslogtreecommitdiff
path: root/src/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/getopt.h')
-rw-r--r--src/getopt.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/getopt.h b/src/getopt.h
deleted file mode 100644
index d52543f..0000000
--- a/src/getopt.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __GETOPT_H_
-#define __GETOPT_H_
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern int optind ;
-extern char *optarg ;
-extern int getopt (int argc, char **argv, char *optstring) ;
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif