changed the name of j2k_realloc to opj_realloc

This commit is contained in:
Freeimage
2006-01-18 20:10:23 +00:00
parent 69dcece31a
commit 8f9f70f922
4 changed files with 6 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ Reallocate memory blocks.
@param size New size in bytes
@return Returns a void pointer to the reallocated (and possibly moved) memory block
*/
void* j2k_realloc( void *memblock, size_t size );
void* opj_realloc( void *memblock, size_t size );
/**
Deallocates or frees a memory block.