From 59e7f606670ce9dc4d808bbc4741ad82b21ea8d5 Mon Sep 17 00:00:00 2001 From: Francois-Olivier Devaux Date: Mon, 4 Dec 2006 14:46:42 +0000 Subject: made a copy --- codec/compat/getopt.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 codec/compat/getopt.h (limited to 'codec/compat/getopt.h') diff --git a/codec/compat/getopt.h b/codec/compat/getopt.h new file mode 100644 index 00000000..ab9c1a7b --- /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_ */ -- cgit v1.2.3