aboutsummaryrefslogtreecommitdiff
path: root/sword2/tony_gsdk.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/tony_gsdk.h')
-rw-r--r--sword2/tony_gsdk.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sword2/tony_gsdk.h b/sword2/tony_gsdk.h
index b5b9cf3f65..b6079b4804 100644
--- a/sword2/tony_gsdk.h
+++ b/sword2/tony_gsdk.h
@@ -25,9 +25,9 @@
-uint32 Read_file(char *name, mem **membloc, uint32 uid);
-int32 Direct_read_file(char *name, char *ad);
-int32 Direct_write_file(char *name, char *ad, uint32 total_bytes);
+uint32 Read_file(const char *name, mem **membloc, uint32 uid);
+int32 Direct_read_file(const char *name, char *ad);
+int32 Direct_write_file(const char *name, char *ad, uint32 total_bytes);
#endif