forked from Mirrors/freeswitch
me being all OCD
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12433 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
085bd00fa4
commit
a90e9f3fbe
@ -82,4 +82,15 @@ typedef switch_status_t (*switch_xml_config_callback_t)(switch_xml_config_item_t
|
|||||||
*/
|
*/
|
||||||
switch_status_t switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *options);
|
switch_status_t switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *options);
|
||||||
|
|
||||||
#endif /* !defined(SWITCH_XML_CONFIG_H) */
|
#endif /* !defined(SWITCH_XML_CONFIG_H) */
|
||||||
|
|
||||||
|
/* For Emacs:
|
||||||
|
* Local Variables:
|
||||||
|
* mode:c
|
||||||
|
* indent-tabs-mode:t
|
||||||
|
* tab-width:4
|
||||||
|
* c-basic-offset:4
|
||||||
|
* End:
|
||||||
|
* For VIM:
|
||||||
|
* vim:set softtabstop=4 shiftwidth=4 tabstop=4:
|
||||||
|
*/
|
||||||
|
@ -219,3 +219,14 @@ void switch_xml_config_test()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* For Emacs:
|
||||||
|
* Local Variables:
|
||||||
|
* mode:c
|
||||||
|
* indent-tabs-mode:t
|
||||||
|
* tab-width:4
|
||||||
|
* c-basic-offset:4
|
||||||
|
* End:
|
||||||
|
* For VIM:
|
||||||
|
* vim:set softtabstop=4 shiftwidth=4 tabstop=4:
|
||||||
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user