summaryrefslogtreecommitdiff
path: root/include/BLua.h
diff options
context:
space:
mode:
authorpixel <pixel>2007-04-11 00:16:30 +0000
committerpixel <pixel>2007-04-11 00:16:30 +0000
commit558d500be3e016e032b531122bc66fb6026bcd50 (patch)
tree15d89db271407ad028787aabc6c43b26ea248474 /include/BLua.h
parent6b8352135b9c1d3e1ac2ca9fcb49f370ac4ab5a3 (diff)
Introducing "safe" mode for openio (even though it's not used yet) and
fixed a dumpvar() issue with the \r character.
Diffstat (limited to 'include/BLua.h')
-rw-r--r--include/BLua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/BLua.h b/include/BLua.h
index 2b9e1b9..b579333 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.30 2007-04-02 23:34:30 pixel Exp $ */
+/* $Id: BLua.h,v 1.31 2007-04-11 00:16:30 pixel Exp $ */
#ifndef __BLUA_H__
#define __BLUA_H__
@@ -51,7 +51,7 @@ class Lua : public Base {
virtual ~Lua();
void open_base();
void open_table();
- void open_io();
+ void open_io(bool safe = true);
void open_string();
void open_math();
void open_debug();