summaryrefslogtreecommitdiff
path: root/inout.h
diff options
context:
space:
mode:
Diffstat (limited to 'inout.h')
-rw-r--r--inout.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/inout.h b/inout.h
index 2b95a7bf..f8cc0e93 100644
--- a/inout.h
+++ b/inout.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: inout.h,v 1.1 1993/12/17 18:41:19 celes Exp $ 2** $Id: inout.h,v 1.2 1994/10/11 14:38:17 celes Exp roberto $
3*/ 3*/
4 4
5 5
@@ -18,4 +18,9 @@ int lua_pushfunction (char *file, int function);
18void lua_popfunction (void); 18void lua_popfunction (void);
19void lua_reportbug (char *s); 19void lua_reportbug (char *s);
20 20
21void lua_internaldofile (void);
22void lua_internaldostring (void);
23void lua_print (void);
24void lua_type (void);
25
21#endif 26#endif