summaryrefslogtreecommitdiff
path: root/codec/compat/getopt.h
diff options
context:
space:
mode:
authorno_author <no_author@no_author>2005-11-08 17:40:41 +0000
committerno_author <no_author@no_author>2005-11-08 17:40:41 +0000
commit220a21bd01a1fcec4f39a005c496d24f85bbd0dd (patch)
tree9969dbf3c0fba0f9c576dbef6bae2336e4a854ad /codec/compat/getopt.h
parent34a4901b8deedafa18fa433d2b5fe311343457d8 (diff)
This commit was manufactured by cvs2svn to create tag 'start'.start
Diffstat (limited to 'codec/compat/getopt.h')
-rw-r--r--codec/compat/getopt.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/codec/compat/getopt.h b/codec/compat/getopt.h
new file mode 100644
index 00000000..f2cf1fad
--- /dev/null
+++ b/codec/compat/getopt.h
@@ -0,0 +1,14 @@
+/* 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_ */