diff options
| -rw-r--r-- | inout.h | 7 |
1 files changed, 2 insertions, 5 deletions
| @@ -1,9 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** inout.h | 2 | ** $Id: $ |
| 3 | ** | ||
| 4 | ** Waldemar Celes Filho | ||
| 5 | ** TeCGraf - PUC-Rio | ||
| 6 | ** 11 May 93 | ||
| 7 | */ | 3 | */ |
| 8 | 4 | ||
| 9 | 5 | ||
| @@ -17,6 +13,7 @@ extern int lua_debugline; | |||
| 17 | int lua_openfile (char *fn); | 13 | int lua_openfile (char *fn); |
| 18 | void lua_closefile (void); | 14 | void lua_closefile (void); |
| 19 | int lua_openstring (char *s); | 15 | int lua_openstring (char *s); |
| 16 | void lua_closestring (void); | ||
| 20 | int lua_pushfunction (int file, int function); | 17 | int lua_pushfunction (int file, int function); |
| 21 | void lua_popfunction (void); | 18 | void lua_popfunction (void); |
| 22 | void lua_reportbug (char *s); | 19 | void lua_reportbug (char *s); |
