git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1357 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-05-04 20:38:01 +00:00
parent 0c27a246b3
commit a4b1fdc709
7 changed files with 451 additions and 453 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ SWITCH_DECLARE(switch_status_t) switch_loadable_module_load_module(char *dir, ch
/*!
\brief Load a module
\param interface a pointer to a pointer to aim at your module's local interface
\param module_interface a pointer to a pointer to aim at your module's local interface
\param filename the path to the module's dll or so file
\return SWITCH_STATUS_SUCCESS on a successful load
*/