]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
enter
authorLeon de Rooij <leon@toyos.nl>
Thu, 27 Jan 2011 17:53:21 +0000 (18:53 +0100)
committerLeon de Rooij <leon@toyos.nl>
Thu, 27 Jan 2011 17:53:21 +0000 (18:53 +0100)
src/mod/languages/mod_lua/mod_lua_extra.c

index 38776f93d7461dc4c3bd1b722764231af0d67e24..821cc609e9045b8007f9c39831839b74194331c2 100644 (file)
@@ -1,6 +1,8 @@
 using namespace LUA;
 
-SWITCH_BEGIN_EXTERN_C void mod_lua_conjure_event(lua_State * L, switch_event_t *event, const char *name, int destroy_me)
+SWITCH_BEGIN_EXTERN_C
+
+void mod_lua_conjure_event(lua_State * L, switch_event_t *event, const char *name, int destroy_me)
 {
        Event *result = new Event(event);
        SWIG_NewPointerObj(L, result, SWIGTYPE_p_Event, destroy_me);