src/lua_objs.h
changeset 106 f00661136ac2
parent 105 b6b183fbf373
child 116 92e71129074d
--- a/src/lua_objs.h	Wed Apr 01 00:57:34 2009 +0300
+++ b/src/lua_objs.h	Wed Apr 01 01:41:08 2009 +0300
@@ -11,6 +11,6 @@
 /**
  * Registers our lua runtime objects into the given lua state
  */
-err_t lua_objs_init (struct nexus_lua *lua);
+err_t lua_objs_init (struct nexus_lua *lua, struct error_info *err);
 
 #endif /* LUA_OBJS_H */