summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2011-09-19 13:55:06 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2011-09-19 13:55:06 +0000
commitdcb3fcbfa7554ad1832d714b16946385e9520462 (patch)
treea0833a0fa074016cc302724204356645122c41f2 /libopenjpeg/openjpeg.h
parent6ece3f679239c7409cdc6b2c6d19b6d841d3743f (diff)
WIP: begin to clean j2k_dump and some other small things
Diffstat (limited to 'libopenjpeg/openjpeg.h')
-rw-r--r--libopenjpeg/openjpeg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopenjpeg/openjpeg.h b/libopenjpeg/openjpeg.h
index 229982d9..a94f3a47 100644
--- a/libopenjpeg/openjpeg.h
+++ b/libopenjpeg/openjpeg.h
@@ -947,7 +947,7 @@ Deallocate any resources associated with an image
*/
OPJ_API void OPJ_CALLCONV opj_image_destroy(opj_image_t *image);
-OPJ_API void OPJ_CALLCONV opj_image_header_destroy(opj_image_header_t *image);
+OPJ_API void OPJ_CALLCONV opj_image_header_destroy(opj_image_header_t *image_header);
/*
==========================================================