diff options
Diffstat (limited to 'lib/pm.h')
-rw-r--r-- | lib/pm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pm.h b/lib/pm.h index 232fc363..30f126db 100644 --- a/lib/pm.h +++ b/lib/pm.h @@ -116,7 +116,7 @@ pm_nextimage(FILE * const file, int * const eofP); char** pm_allocarray (int const cols, int const rows, int const size ); -char * +void * pm_allocrow(unsigned int const cols, unsigned int const size); @@ -124,7 +124,7 @@ void pm_freearray (char** const its, int const rows); void -pm_freerow(char* const itrow); +pm_freerow(void * const row); /* Obsolete -- use shhopt instead */ |