diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-22 00:04:39 +0000 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2014-11-22 00:04:39 +0000 |
| commit | 7e3844607584141d438191433c700d79ffab3b2a (patch) | |
| tree | 6ac21066f7f1e09fd1abbf7441329db5868ba676 /src/bin/common/opj_getopt.h | |
| parent | 548aff34f4c3809bde94c8a9559ee98b5cd70f84 (diff) | |
[trunk] added option to force rgb output in opj_decompress (fixes issue 282 , fixes issue 286)
Diffstat (limited to 'src/bin/common/opj_getopt.h')
| -rw-r--r-- | src/bin/common/opj_getopt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/common/opj_getopt.h b/src/bin/common/opj_getopt.h index e1f41a56..f97e8b35 100644 --- a/src/bin/common/opj_getopt.h +++ b/src/bin/common/opj_getopt.h @@ -24,6 +24,6 @@ extern char *opj_optarg; extern int opj_getopt(int nargc, char *const *nargv, const char *ostr); extern int opj_getopt_long(int argc, char * const argv[], const char *optstring, const opj_option_t *longopts, int totlen); -extern void reset_options_reading(void); +extern void opj_reset_options_reading(void); #endif /* _GETOPT_H_ */ |
