summaryrefslogtreecommitdiff
path: root/codec/compat/getopt.h
diff options
context:
space:
mode:
authorno_author <no_author@no_author>2004-07-16 14:06:33 +0000
committerno_author <no_author@no_author>2004-07-16 14:06:33 +0000
commita68ccae30ff7c155c253e7362aa89ca087525fb8 (patch)
tree9a5c39829f553f5c774229fc25d7b298fc3a9128 /codec/compat/getopt.h
parente13205349da860ff4a250ad6458e201c6ec65759 (diff)
This commit was manufactured by cvs2svn to create branch 'avendor'.
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 ab9c1a7b..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_ */