summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/luatex-api.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-26 16:23:53 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-01-26 16:23:53 +0000
commit774176738b2b19beda9e93276a0283a699eb60cf (patch)
tree72a94cf238eac75272132cad1a05aca00db1ab03 /Build/source/texk/web2c/luatexdir/luatex-api.h
parenteafa63690d492952cf06088933ce31bee58d509e (diff)
texk/web2c/luatex more compiler warnings
git-svn-id: svn://tug.org/texlive/trunk@16826 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex-api.h')
-rw-r--r--Build/source/texk/web2c/luatexdir/luatex-api.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex-api.h b/Build/source/texk/web2c/luatexdir/luatex-api.h
index 8131eb54979..57d1504c329 100644
--- a/Build/source/texk/web2c/luatexdir/luatex-api.h
+++ b/Build/source/texk/web2c/luatexdir/luatex-api.h
@@ -126,3 +126,15 @@ extern command_item command_names[];
extern int callback_callbacks_id;
extern void luainterpreter(void);
+
+extern int program_name_set;
+
+extern const char *startup_filename;
+extern int safer_option;
+extern int nosocket_option;
+
+extern int luabytecode_max;
+extern unsigned int luabytecode_bytes;
+extern int luastate_bytes;
+extern int callback_count;
+extern int saved_callback_count;