summaryrefslogtreecommitdiff
path: root/Ports/gltron/patches/nebu_scripting_h.patch
blob: 7a631f2e0750c4945eef0e79c05335d2c5dcf37f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- gltron-0.70/nebu/include/scripting/nebu_scripting.h	2003-12-12 09:01:13.000000000 +0000
+++ gltron-0.70-patched/nebu/include/scripting/nebu_scripting.h	2022-01-10 00:21:06.346024766 +0000
@@ -18,9 +18,9 @@
 extern int scripting_CopyStringResult(char *s, int len);
 
 
-extern void scripting_RunFile(const char *name);
-extern void scripting_Run(const char *command);
-extern void scripting_RunFormat(const char *format, ...);
+extern void scripting_RunFile(char *name);
+extern void scripting_Run(char *command);
+extern void scripting_RunFormat(char *format, ...);
 extern void scripting_RunGC();
 extern void scripting_Register(const char *name, int(*func) (lua_State *L));