summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLauri Aarnio <Lauri.Aarnio@iki.fi>2008-10-09 12:00:50 +0300
committerLauri Leukkunen <lle@rahina.org>2008-10-18 15:18:15 +0300
commitbb32ad6c4372e62346ee5cfdc50479e1788e2084 (patch)
tree09e7ec87696b2a8ad570e67232dbcfa4a791b0c5 /include
parent0de2d64763a7f827d67cad3360c84ce09a001c92 (diff)
Optimized C/Lua interface and path resolution logic (performance optimizations)
Diffstat (limited to 'include')
-rw-r--r--include/sb2.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/sb2.h b/include/sb2.h
index 6512f76..147583d 100644
--- a/include/sb2.h
+++ b/include/sb2.h
@@ -32,9 +32,13 @@ struct lua_instance {
* Increment the serial number (first number) and update the initials
* and date whenever the interface beween Lua and C is changed.
*
+ * * Differences between "28,lta-2008-09-23" and "35,lta-2008-10-01":
+ * - sbox_get_mapping_requirements(): parameter work_dir was removed
+ * - sbox_translate_path(): as above
+ *
* NOTE: the corresponding identifier for Lua is in lua_scripts/main.lua
*/
-#define SB2_LUA_C_INTERFACE_VERSION "28,lta-2008-09-23"
+#define SB2_LUA_C_INTERFACE_VERSION "35,lta-2008-10-01"
void sb2_lua_init(void);
struct lua_instance *get_lua(void);