summaryrefslogtreecommitdiffstats
path: root/src/lua.h
diff options
context:
space:
mode:
authorAndrés <andmarti@gmail.com>2021-05-26 10:05:05 -0300
committerAndrés <andmarti@gmail.com>2021-05-26 10:05:05 -0300
commitc46837db512ef77dd5feea60807ff327893bacb1 (patch)
tree836979c4e7e13d90d43036c47cf85077d9bb1862 /src/lua.h
parentd609b7570d9c12cdd005ce2053ce8abce31c89d4 (diff)
Added struct sheet * as parameter to some functions
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua.h b/src/lua.h
index f25c639..bd42eb4 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -43,7 +43,7 @@
*/
#ifdef XLUA
-char * doLUA(struct enode * se, int type);
+char * doLUA(struct sheet * sh, struct enode * se, int type);
void doLuainit();
void doLuaTrigger_cell(struct ent * p, int rw);
void doLuaclose();