diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 15:47:56 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-15 15:47:56 +0000 |
| commit | 98682e1073211000495aa378e7da5bfb69b225c9 (patch) | |
| tree | f0879b27e100b989183e787898e52ecd23396751 /src/lib/openjp3d/raw.h | |
| parent | d6bcb8b7e074c4543ee0243b355f8b3ff0566c9d (diff) | |
[trunk] Remove some warnings about missing prototypes (gcc)
Diffstat (limited to 'src/lib/openjp3d/raw.h')
| -rwxr-xr-x | src/lib/openjp3d/raw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/openjp3d/raw.h b/src/lib/openjp3d/raw.h index c26546ad..55e889da 100755 --- a/src/lib/openjp3d/raw.h +++ b/src/lib/openjp3d/raw.h @@ -66,7 +66,7 @@ typedef struct opj_raw { Create a new RAW handle
@return Returns a new RAW handle if successful, returns NULL otherwise
*/
-opj_raw_t* raw_create();
+opj_raw_t* raw_create(void);
/**
Destroy a previously created RAW handle
@param raw RAW handle to destroy
|
