[trunk] replace more void* object pointer to proper function pointer: opj_procedure. Remove some warnings reported by gcc -pedantic

This commit is contained in:
Mathieu Malaterre
2012-03-19 09:51:23 +00:00
parent 8e65846f32
commit e6f8b59010
4 changed files with 22 additions and 16 deletions

View File

@@ -59,6 +59,12 @@ Get pointer to the current position in the stream
*/
unsigned char *cio_getbp(opj_cio_t *cio);
/**
*/
opj_bool cio_byteout(opj_cio_t *cio, unsigned char v);
/**
*/
unsigned char cio_bytein(opj_cio_t *cio);
/**
Write some bytes
@param cio CIO handle
@param v Value to write