git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1545 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-06-05 18:36:02 +00:00
parent e9563fbf5d
commit 5337872ce8
3 changed files with 17 additions and 13 deletions
+2 -1
View File
@@ -111,9 +111,10 @@ struct switch_core_runtime;
/*!
\brief Initilize the core
\param console optional FILE stream for output
\param a pointer to set any errors to
\note to be called at application startup
*/
SWITCH_DECLARE(switch_status_t) switch_core_init(char *console);
SWITCH_DECLARE(switch_status_t) switch_core_init(char *console, const char **err);
/*!
\brief Destroy the core