diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:32:34 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-09-28 08:32:34 +0000 |
| commit | 03d1a401647b2e338694d6269d8ddf4e9469efbd (patch) | |
| tree | aa5a266eb0e4004c548acc317289e236dc8edbf8 /codec/getopt.h | |
| parent | 32773fa638585182c6d82123f61efb7cfd71fb3c (diff) | |
[trunk] FolderReorgProposal task: add JP3Dopenjp3d
Update issue 177
Diffstat (limited to 'codec/getopt.h')
| -rwxr-xr-x | codec/getopt.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/codec/getopt.h b/codec/getopt.h deleted file mode 100755 index 23299d1b..00000000 --- a/codec/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_ */
|
