MJ2 codec restructuration. Movec compat directory to MJ2_codec

This commit is contained in:
Francois-Olivier Devaux
2006-12-08 17:17:14 +00:00
parent 4b75a2784c
commit b8445ebec0
2 changed files with 0 additions and 130 deletions

View File

@@ -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_ */