diff options
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: $ | 2 | ** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | 5 | ||
@@ -14,7 +14,7 @@ int lua_openfile (char *fn); | |||
14 | void lua_closefile (void); | 14 | void lua_closefile (void); |
15 | int lua_openstring (char *s); | 15 | int lua_openstring (char *s); |
16 | void lua_closestring (void); | 16 | void lua_closestring (void); |
17 | int lua_pushfunction (int file, int function); | 17 | 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 | ||