From 50731b6737c4ec7ef2f5be7eca44a5e7692d305a Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 26 Aug 2012 20:27:00 +0000 Subject: * graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of type const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils. --- src/include/util.H1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/util.H1 b/src/include/util.H1 index 924c0251..2a393060 100644 --- a/src/include/util.H1 +++ b/src/include/util.H1 @@ -1,4 +1,4 @@ -extern int checker(int , int , char * ); +extern int checker(int , int , const char*); extern const char* getmemWithLine(int , const char* , int ); extern const char* saymemWithLine(const char* , int , int , int ); extern void myfree(void * , int ); -- cgit v1.2.3