Addition of mod_syslog for *nix. Thanks to James Martelletti.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1158 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-04-14 16:45:31 +00:00
parent d5457f8eca
commit d0a103a343
5 changed files with 237 additions and 0 deletions
+2
View File
@@ -174,6 +174,8 @@ SWITCH_DECLARE(int) switch_socket_waitfor(switch_pollfd_t *poll, int ms);
*/
SWITCH_DECLARE(char *) switch_cut_path(char *in);
SWITCH_DECLARE(char *) switch_string_replace(const char *string, const char *search, const char *replace);
SWITCH_DECLARE(switch_status) switch_string_match(const char *string, size_t string_len, const char *search, size_t search_len);
#ifdef __cplusplus
}