[1.5] Adding some simple unit tests
[openjpeg.git] / libopenjpeg / cio.h
index 580bf9c0d12a47ff92f30d4c9965167db43219ff..ce1a13ecb3a5cab9ac1b8aaaaeab30e77e0420c5 100644 (file)
@@ -63,7 +63,7 @@ Write some bytes
 @param n Number of bytes to write
 @return Returns the number of bytes written or 0 if an error occured
 */
-unsigned int cio_write(opj_cio_t *cio, unsigned int v, int n);
+unsigned int cio_write(opj_cio_t *cio, unsigned long long int v, int n);
 /**
 Read some bytes
 @param cio CIO handle