diff options
Diffstat (limited to 'inout.h')
-rw-r--r-- | inout.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/inout.h b/inout.h deleted file mode 100644 index c3dccdf1..00000000 --- a/inout.h +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | /* | ||
2 | ** $Id: inout.h,v 1.20 1997/06/19 18:04:34 roberto Exp roberto $ | ||
3 | */ | ||
4 | |||
5 | |||
6 | #ifndef inout_h | ||
7 | #define inout_h | ||
8 | |||
9 | #include "types.h" | ||
10 | #include "tree.h" | ||
11 | #include <stdio.h> | ||
12 | |||
13 | |||
14 | extern Word lua_linenumber; | ||
15 | extern Word lua_debugline; | ||
16 | extern TaggedString *lua_parsedfile; | ||
17 | |||
18 | void luaI_setparsedfile (char *name); | ||
19 | |||
20 | void luaI_predefine (void); | ||
21 | |||
22 | int lua_dobuffer (char *buff, int size); | ||
23 | int lua_doFILE (FILE *f, int bin); | ||
24 | |||
25 | |||
26 | #endif | ||