OCD - going to bed
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12456 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
c4a27eadd8
commit
e1a780fba6
|
@ -85,7 +85,7 @@ struct switch_xml_config_item {
|
||||||
* \brief Parses all the xml elements, following a ruleset defined by an array of switch_xml_config_item_t
|
* \brief Parses all the xml elements, following a ruleset defined by an array of switch_xml_config_item_t
|
||||||
* \param xml The first element of the list to parse
|
* \param xml The first element of the list to parse
|
||||||
* \param reload true to skip all non-reloadable options
|
* \param reload true to skip all non-reloadable options
|
||||||
* \param options instrutions on how to parse the elements
|
* \param instructions instrutions on how to parse the elements
|
||||||
* \see switch_xml_config_item_t
|
* \see switch_xml_config_item_t
|
||||||
*/
|
*/
|
||||||
SWITCH_DECLARE(switch_status_t) switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *instructions);
|
SWITCH_DECLARE(switch_status_t) switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *instructions);
|
||||||
|
|
Loading…
Reference in New Issue