aboutsummaryrefslogtreecommitdiff
path: root/src/include/cfuns.h
diff options
context:
space:
mode:
authoralfredoport <doyenatccny@gmail.com>2011-08-19 03:47:39 +0000
committeralfredoport <doyenatccny@gmail.com>2011-08-19 03:47:39 +0000
commit9b0a1395071e204c7f85473809c751e39e5adbb8 (patch)
treed3d6c0400cdaaff7bed070b0332857c4cb889fba /src/include/cfuns.h
parentfea57eea4b944b37ea5c08579195e6afc83cee7b (diff)
downloadopen-axiom-9b0a1395071e204c7f85473809c751e39e5adbb8.tar.gz
Fix Graphics components startup
Diffstat (limited to 'src/include/cfuns.h')
-rw-r--r--src/include/cfuns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/cfuns.h b/src/include/cfuns.h
index 9697cf06..d3a82fec 100644
--- a/src/include/cfuns.h
+++ b/src/include/cfuns.h
@@ -43,8 +43,8 @@ namespace OpenAxiom {
OPENAXIOM_C_EXPORT int addtopath(char*);
OPENAXIOM_C_EXPORT int directoryp(char*);
OPENAXIOM_C_EXPORT int make_path_from_file(char*, char*);
-OPENAXIOM_C_EXPORT int writeablep(char*);
-OPENAXIOM_C_EXPORT int readablep(char*);
+OPENAXIOM_C_EXPORT int writeablep(const char*);
+OPENAXIOM_C_EXPORT int readablep(const char*);
OPENAXIOM_C_EXPORT long findString(char*, char*);
OPENAXIOM_C_EXPORT int copyEnvValue(char*, char*);
OPENAXIOM_C_EXPORT int oa_chdir(const char*);