diff options
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $ | 2 | ** $Id: inout.h,v 1.2 1994/10/11 14:38:17 celes Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -18,4 +18,9 @@ int lua_pushfunction (char *file, int function); | |||
18 | void lua_popfunction (void); | 18 | void lua_popfunction (void); |
19 | void lua_reportbug (char *s); | 19 | void lua_reportbug (char *s); |
20 | 20 | ||
21 | void lua_internaldofile (void); | ||
22 | void lua_internaldostring (void); | ||
23 | void lua_print (void); | ||
24 | void lua_type (void); | ||
25 | |||
21 | #endif | 26 | #endif |