diff options
| author | no_author <no_author@no_author> | 2004-02-17 16:33:43 +0000 |
|---|---|---|
| committer | no_author <no_author@no_author> | 2004-02-17 16:33:43 +0000 |
| commit | 650f1910d74d8453bcad055651e270c9a18b1e3e (patch) | |
| tree | 898e698eee2681be088ec5967847ac022b435217 /codec/compat/getopt.h | |
| parent | e798d3f348e4b188c290cdf87116a3aa56cda37f (diff) | |
This commit was manufactured by cvs2svn to create branch 'j2kviewer'.j2kviewer
Diffstat (limited to 'codec/compat/getopt.h')
| -rw-r--r-- | codec/compat/getopt.h | 14 |
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_ */ |
