summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t1.h
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-15 15:47:56 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-15 15:47:56 +0000
commit98682e1073211000495aa378e7da5bfb69b225c9 (patch)
treef0879b27e100b989183e787898e52ecd23396751 /src/lib/openjp2/t1.h
parentd6bcb8b7e074c4543ee0243b355f8b3ff0566c9d (diff)
[trunk] Remove some warnings about missing prototypes (gcc)
Diffstat (limited to 'src/lib/openjp2/t1.h')
-rw-r--r--src/lib/openjp2/t1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp2/t1.h b/src/lib/openjp2/t1.h
index ab6c626d..09fbe0f6 100644
--- a/src/lib/openjp2/t1.h
+++ b/src/lib/openjp2/t1.h
@@ -143,7 +143,7 @@ opj_bool opj_t1_decode_cblks( opj_t1_t* t1,
* and initializes the look-up tables of the Tier-1 coder/decoder
* @return a new T1 handle if successful, returns NULL otherwise
*/
-opj_t1_t* opj_t1_create();
+opj_t1_t* opj_t1_create(void);
/**
* Destroys a previously created T1 handle