summaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
Diffstat (limited to 'inout.h')
-rw-r--r--inout.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/inout.h b/inout.h
index c1697d1a..a1602800 100644
--- a/inout.h
+++ b/inout.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: inout.h,v 1.17 1997/02/26 17:38:41 roberto Unstable roberto $ 2** $Id: inout.h,v 1.18 1997/06/16 16:50:22 roberto Exp roberto $
3*/ 3*/
4 4
5 5
@@ -21,4 +21,8 @@ void lua_closestring (void);
21 21
22void luaI_predefine (void); 22void luaI_predefine (void);
23 23
24int lua_dobuffer (char *buff, int size);
25int lua_doFILE (FILE *f, int bin);
26
27
24#endif 28#endif