factor out timecheck function from Moc

This commit is contained in:
Michael Jerris
2010-04-26 05:06:30 -04:00
parent d0a74dd5c4
commit 09a734bb48
3 changed files with 104 additions and 88 deletions
+2
View File
@@ -413,6 +413,8 @@ SWITCH_DECLARE(switch_status_t) switch_xml_unbind_search_function_ptr(_In_ switc
///\return the section mask
SWITCH_DECLARE(switch_xml_section_t) switch_xml_parse_section_string(_In_opt_z_ const char *str);
SWITCH_DECLARE(int) switch_xml_std_datetime_check(switch_xml_t xcond);
SWITCH_END_EXTERN_C
///\}
#endif // _SWITCH_XML_H