summaryrefslogtreecommitdiff
path: root/src/bin/jp3d/getopt.h
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-05-04 19:21:45 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-05-04 19:21:45 +0200
commit85a87cd505f37027c4b74363b529a1e166e32651 (patch)
tree841da2c29908b1f1679872786646e177d20abd9e /src/bin/jp3d/getopt.h
parent05263eeee9bc666184a39cd2a83a7214cc83ec27 (diff)
Remove obsolete components JPWL, JP3D and MJ2
Diffstat (limited to 'src/bin/jp3d/getopt.h')
-rw-r--r--src/bin/jp3d/getopt.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/bin/jp3d/getopt.h b/src/bin/jp3d/getopt.h
deleted file mode 100644
index 935171ba..00000000
--- a/src/bin/jp3d/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_ */