ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/gltron/F-16/gltron-0.70-gcc.patch
Revision: 1.1
Committed: Sun Aug 3 14:27:34 2008 UTC (4 years, 9 months ago) by thl
Branch: MAIN
CVS Tags: F-13-split, F-12-split, F-10-split, F-11-split, gltron-0_70-5_fc11, F-15-split, F-16-split, gltron-0_70-3_fc10, F-16-start, F-14-split, gltron-0_70-4_fc10, HEAD
Log Message:
initial import from livna

Line File contents
1 --- nebu/include/scripting/nebu_scripting.h~ 2006-11-26 07:04:10.000000000 -0800
2 +++ nebu/include/scripting/nebu_scripting.h 2006-11-26 07:04:19.000000000 -0800
3 @@ -18,9 +18,9 @@
4 extern int scripting_CopyStringResult(char *s, int len);
5
6
7 -extern void scripting_RunFile(const char *name);
8 -extern void scripting_Run(const char *command);
9 -extern void scripting_RunFormat(const char *format, ...);
10 +extern void scripting_RunFile(char *name);
11 +extern void scripting_Run(char *command);
12 +extern void scripting_RunFormat(char *format, ...);
13 extern void scripting_RunGC();
14 extern void scripting_Register(const char *name, int(*func) (lua_State *L));
15