From 9b0a1395071e204c7f85473809c751e39e5adbb8 Mon Sep 17 00:00:00 2001 From: alfredoport Date: Fri, 19 Aug 2011 03:47:39 +0000 Subject: Fix Graphics components startup --- src/lib/cfuns-c.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib') diff --git a/src/lib/cfuns-c.c b/src/lib/cfuns-c.c index f0b7aed7..ca582164 100644 --- a/src/lib/cfuns-c.c +++ b/src/lib/cfuns-c.c @@ -238,7 +238,7 @@ axiom_has_write_access(const struct stat* file_info) has write access to the dirname of path. */ OPENAXIOM_C_EXPORT int -writeablep(char *path) +writeablep(const char *path) { struct stat buf; int code; @@ -274,7 +274,7 @@ writeablep(char *path) 1 if the file exists and read access is granted. */ OPENAXIOM_C_EXPORT int -readablep(char *path) +readablep(const char *path) { struct stat buf; int code; -- cgit v1.2.3