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:
Brian West 2009-03-05 03:12:28 +00:00
parent 085bd00fa4
commit a90e9f3fbe
2 changed files with 23 additions and 1 deletions

View File

@ -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);
#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:
*/

View File

@ -219,3 +219,14 @@ void switch_xml_config_test()
}
}
#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:
*/