From a8e506e6f1711b346ad9b32b10b95261a44b2936 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 25 Apr 2006 16:59:53 +0000 Subject: [PATCH] revert unintentional removal. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1250 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_loadable_module.h | 7 +++++++ 1 file changed, 7 insertions(+) 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