aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--inout.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/inout.h b/inout.h
index 5a72261c..63f6771e 100644
--- a/inout.h
+++ b/inout.h
@@ -1,9 +1,5 @@
1/* 1/*
2** inout.h 2** $Id: $
3**
4** Waldemar Celes Filho
5** TeCGraf - PUC-Rio
6** 11 May 93
7*/ 3*/
8 4
9 5
@@ -17,6 +13,7 @@ extern int lua_debugline;
17int lua_openfile (char *fn); 13int lua_openfile (char *fn);
18void lua_closefile (void); 14void lua_closefile (void);
19int lua_openstring (char *s); 15int lua_openstring (char *s);
16void lua_closestring (void);
20int lua_pushfunction (int file, int function); 17int lua_pushfunction (int file, int function);
21void lua_popfunction (void); 18void lua_popfunction (void);
22void lua_reportbug (char *s); 19void lua_reportbug (char *s);