diff options
Diffstat (limited to 'lauxlib.h')
-rw-r--r-- | lauxlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lauxlib.h,v 1.6 1998/01/09 15:06:07 roberto Exp roberto $ | 2 | ** $Id: lauxlib.h,v 1.7 1998/03/06 16:54:42 roberto Exp roberto $ |
3 | ** Auxiliar functions for building Lua libraries | 3 | ** Auxiliar functions for building Lua libraries |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -41,6 +41,7 @@ void luaL_addsize (int n); | |||
41 | int luaL_newbuffer (int size); | 41 | int luaL_newbuffer (int size); |
42 | void luaL_oldbuffer (int old); | 42 | void luaL_oldbuffer (int old); |
43 | char *luaL_buffer (void); | 43 | char *luaL_buffer (void); |
44 | int luaL_findstring (char *name, char *list[]); | ||
44 | 45 | ||
45 | 46 | ||
46 | #endif | 47 | #endif |