From: Anthony Minessale Date: Sun, 11 Jun 2006 01:55:50 +0000 (+0000) Subject: dox X-Git-Tag: v1.0-beta1~2590 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40e784891713f78510fc2c6136a5e1c39cc48ff3;p=thirdparty%2Ffreeswitch.git dox git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1596 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/include/switch_core.h b/src/include/switch_core.h index a4a72e9045..95ef2073b6 100644 --- a/src/include/switch_core.h +++ b/src/include/switch_core.h @@ -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);