diff options
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.9 1995/05/16 17:23:58 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.10 1995/10/17 11:58:41 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -21,7 +21,8 @@ void lua_closestring (void); | |||
21 | 21 | ||
22 | void lua_internaldofile (void); | 22 | void lua_internaldofile (void); |
23 | void lua_internaldostring (void); | 23 | void lua_internaldostring (void); |
24 | void lua_print (void); | 24 | void luaI_tostring (void); |
25 | void luaI_print (void); | ||
25 | void luaI_type (void); | 26 | void luaI_type (void); |
26 | void lua_obj2number (void); | 27 | void lua_obj2number (void); |
27 | void luaI_error (void); | 28 | void luaI_error (void); |