summaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
Diffstat (limited to 'inout.h')
-rw-r--r--inout.h26
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
14extern Word lua_linenumber;
15extern Word lua_debugline;
16extern TaggedString *lua_parsedfile;
17
18void luaI_setparsedfile (char *name);
19
20void luaI_predefine (void);
21
22int lua_dobuffer (char *buff, int size);
23int lua_doFILE (FILE *f, int bin);
24
25
26#endif