/* connect my internal structure to the blank pointer passed to me */ *module_interface = switch_loadable_module_create_module_interface(pool, modname);
SWITCH_ADD_API(api_interface, "mod_name", "mod description", mod_name_function, "syntax"); switch_console_set_complete("add mod name help");
/* indicate that the module should continue to be loaded */ return SWITCH_STATUS_SUCCESS; }