[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --disable...
[openjpeg.git] / libopenjpeg / bio.h
index d0a809c1138410ed6acc0033787ed4f20e357830..764d7cb2e92a51ea2a6cbbb1750de837e06ed3aa 100644 (file)
@@ -64,7 +64,7 @@ typedef struct opj_bio {
 Create a new BIO handle 
 @return Returns a new BIO handle if successful, returns NULL otherwise
 */
-opj_bio_t* bio_create();
+opj_bio_t* bio_create(void);
 /**
 Destroy a previously created BIO handle
 @param bio BIO handle to destroy