summaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
Diffstat (limited to 'inout.h')
-rw-r--r--inout.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/inout.h b/inout.h
index a1602800..77e85978 100644
--- a/inout.h
+++ b/inout.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: inout.h,v 1.18 1997/06/16 16:50:22 roberto Exp roberto $ 2** $Id: inout.h,v 1.19 1997/06/18 20:35:49 roberto Exp roberto $
3*/ 3*/
4 4
5 5
@@ -14,10 +14,7 @@ extern Word lua_linenumber;
14extern Word lua_debugline; 14extern Word lua_debugline;
15extern char *lua_parsedfile; 15extern char *lua_parsedfile;
16 16
17FILE *lua_openfile (char *fn); 17void luaI_setparsedfile (char *name);
18void lua_closefile (void);
19void lua_openstring (char *s);
20void lua_closestring (void);
21 18
22void luaI_predefine (void); 19void luaI_predefine (void);
23 20