diff options
Diffstat (limited to 'include/BLua.h')
-rw-r--r-- | include/BLua.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/BLua.h b/include/BLua.h index baaf9db..77c3a9d 100644 --- a/include/BLua.h +++ b/include/BLua.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: BLua.h,v 1.26 2005-12-01 14:29:20 pixel Exp $ */ +/* $Id: BLua.h,v 1.27 2006-01-31 17:02:38 pixel Exp $ */ #ifndef __BLUA_H__ #define __BLUA_H__ @@ -92,6 +92,7 @@ class Lua : public Base { lua_CFunction tocfunction(int = -1); void * touserdata(int = -1); Lua * tothread(int = -1); + String escape_string(const String &); void load(Handle *, bool docall = true) throw (GeneralException); void dump(Handle *, bool strip = true); void dumpvars(Handle *, const String &, int = -1); |