diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-02-26 14:38:41 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-02-26 14:38:41 -0300 |
commit | 131d66efd2dc26b05bcb2bdaf67f5175f3eda1aa (patch) | |
tree | e912e35e04883c24e89917ee3d94b8fa574f6294 /inout.h | |
parent | bbf1b3060a1aa4e5ec3235a560d3d054457e957d (diff) | |
download | lua-131d66efd2dc26b05bcb2bdaf67f5175f3eda1aa.tar.gz lua-131d66efd2dc26b05bcb2bdaf67f5175f3eda1aa.tar.bz2 lua-131d66efd2dc26b05bcb2bdaf67f5175f3eda1aa.zip |
first step in implementing internal methods.
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: inout.h,v 1.15 1996/03/15 18:21:58 roberto Exp roberto $ | 2 | ** $Id: inout.h,v 1.16 1996/05/28 21:07:32 roberto Exp roberto $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -19,16 +19,6 @@ void lua_closefile (void); | |||
19 | void lua_openstring (char *s); | 19 | void lua_openstring (char *s); |
20 | void lua_closestring (void); | 20 | void lua_closestring (void); |
21 | 21 | ||
22 | void lua_internaldofile (void); | 22 | void luaI_predefine (void); |
23 | void lua_internaldostring (void); | ||
24 | void luaI_tostring (void); | ||
25 | void luaI_print (void); | ||
26 | void luaI_type (void); | ||
27 | void lua_obj2number (void); | ||
28 | void luaI_error (void); | ||
29 | void luaI_assert (void); | ||
30 | void luaI_setglobal (void); | ||
31 | void luaI_getglobal (void); | ||
32 | void luaI_call (void); | ||
33 | 23 | ||
34 | #endif | 24 | #endif |