about summary refs log tree commit diff
path: root/converter/other/jpeg2000/libjasper/base/jas_image.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-09-12 20:11:41 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-09-12 20:11:41 +0000
commit01ef0bcd565cd27eb2356f21a38e1a9fd3eeb782 (patch)
tree0a56d6d2dd3902ff5f14deba7acd0c6ccd80aaca /converter/other/jpeg2000/libjasper/base/jas_image.c
parent9a2db48f601c5e0d72de505bacc1859ae1279314 (diff)
downloadnetpbm-mirror-01ef0bcd565cd27eb2356f21a38e1a9fd3eeb782.tar.gz
netpbm-mirror-01ef0bcd565cd27eb2356f21a38e1a9fd3eeb782.tar.xz
netpbm-mirror-01ef0bcd565cd27eb2356f21a38e1a9fd3eeb782.zip
Restore ability to build with real libjasper ruined a few days ago
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3960 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jpeg2000/libjasper/base/jas_image.c')
-rw-r--r--converter/other/jpeg2000/libjasper/base/jas_image.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/converter/other/jpeg2000/libjasper/base/jas_image.c b/converter/other/jpeg2000/libjasper/base/jas_image.c
index d474dfe4..5ee13a0d 100644
--- a/converter/other/jpeg2000/libjasper/base/jas_image.c
+++ b/converter/other/jpeg2000/libjasper/base/jas_image.c
@@ -382,11 +382,11 @@ static void jas_image_cmpt_destroy(jas_image_cmpt_t *cmpt)
 \*****************************************************************************/
 
 void
-jas_image_decode(jas_stream_t * const in,
-				 int            const fmtArg,
-				 const char *   const optstr,
-				 jas_image_t ** const imagePP,
-				 const char **  const errorP) {
+pmjas_image_decode(jas_stream_t * const in,
+				   int            const fmtArg,
+				   const char *   const optstr,
+				   jas_image_t ** const imagePP,
+				   const char **  const errorP) {
 /*----------------------------------------------------------------------------
   Create an image from a stream in some specified format
 -----------------------------------------------------------------------------*/