summaryrefslogtreecommitdiff
path: root/editors/fxite/files/patch-src_luafuncs.h
diff options
context:
space:
mode:
Diffstat (limited to 'editors/fxite/files/patch-src_luafuncs.h')
-rw-r--r--editors/fxite/files/patch-src_luafuncs.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/editors/fxite/files/patch-src_luafuncs.h b/editors/fxite/files/patch-src_luafuncs.h
new file mode 100644
index 000000000000..1e98226b584b
--- /dev/null
+++ b/editors/fxite/files/patch-src_luafuncs.h
@@ -0,0 +1,15 @@
+--- src/luafuncs.h.orig 2013-10-03 09:22:51 UTC
++++ src/luafuncs.h
+@@ -17,10 +17,10 @@
+ */
+
+
+-struct luaL_reg;
++struct luaL_Reg;
+ class TopWindow;
+
+-const luaL_reg* LuaFuncs();
++const luaL_Reg* LuaFuncs();
+ void LuaFuncsCleanup();
+ const char *LuaQuitMessage();
+