diff options
Diffstat (limited to 'table.h')
| -rw-r--r-- | table.h | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** Module to control static tables | 2 | ** Module to control static tables |
| 3 | ** TeCGraf - PUC-Rio | 3 | ** TeCGraf - PUC-Rio |
| 4 | ** $Id: table.h,v 2.4 1994/11/03 21:48:36 roberto Exp roberto $ | 4 | ** $Id: table.h,v 2.5 1994/11/14 21:40:14 roberto Exp roberto $ |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #ifndef table_h | 7 | #ifndef table_h |
| @@ -31,6 +31,5 @@ char *lua_createstring (char *s); | |||
| 31 | char *lua_addfile (char *fn); | 31 | char *lua_addfile (char *fn); |
| 32 | int lua_delfile (void); | 32 | int lua_delfile (void); |
| 33 | char *lua_filename (void); | 33 | char *lua_filename (void); |
| 34 | void lua_nextvar (void); | ||
| 35 | 34 | ||
| 36 | #endif | 35 | #endif |
