summaryrefslogtreecommitdiff
path: root/codec/compat/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec/compat/getopt.h')
-rw-r--r--codec/compat/getopt.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/codec/compat/getopt.h b/codec/compat/getopt.h
deleted file mode 100644
index f2cf1fad..00000000
--- a/codec/compat/getopt.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* last review : october 29th, 2002 */
-
-#ifndef _GETOPT_H_
-#define _GETOPT_H_
-
-extern int opterr;
-extern int optind;
-extern int optopt;
-extern int optreset;
-extern char *optarg;
-
-extern int getopt(int nargc, char *const *nargv, const char *ostr);
-
-#endif /* _GETOPT_H_ */