git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1596 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-06-11 01:55:50 +00:00
parent 2191312114
commit 40e7848917
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ struct switch_core_runtime;
/*!
\brief Initilize the core
\param console optional FILE stream for output
\param a pointer to set any errors to
\param err a pointer to set any errors to
\note to be called at application startup
*/
SWITCH_DECLARE(switch_status_t) switch_core_init(char *console, const char **err);