diff options
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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; | |||
14 | extern Word lua_debugline; | 14 | extern Word lua_debugline; |
15 | extern char *lua_parsedfile; | 15 | extern char *lua_parsedfile; |
16 | 16 | ||
17 | FILE *lua_openfile (char *fn); | 17 | void luaI_setparsedfile (char *name); |
18 | void lua_closefile (void); | ||
19 | void lua_openstring (char *s); | ||
20 | void lua_closestring (void); | ||
21 | 18 | ||
22 | void luaI_predefine (void); | 19 | void luaI_predefine (void); |
23 | 20 | ||