diff --git a/src/include/switch_loadable_module.h b/src/include/switch_loadable_module.h index c96bbe6a55..b63fe1e2fe 100644 --- a/src/include/switch_loadable_module.h +++ b/src/include/switch_loadable_module.h @@ -123,6 +123,13 @@ SWITCH_DECLARE(switch_status) switch_loadable_module_build_dynamic(char *filenam switch_module_runtime_t switch_module_runtime, switch_module_shutdown_t switch_module_shutdown); +/*! + \brief Retrieve the dialplan interface by it's registered name + \param name the name of the dialplan + \return the desired dialplan interface + */ +SWITCH_DECLARE(switch_status) switch_loadable_module_load_dynamic(switch_loadable_module *new_module); + /*! \brief Retrieve the timer interface by it's registered name \param name the name of the timer