From a9359c53e9c22a75b9a204fed89c00624896c898 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 29 Sep 2007 18:49:01 +0000 Subject: Change type of generic row buffer from char * to void * git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@421 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- lib/pm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/pm.h') 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 */ -- cgit 1.4.1