[Freeswitch-branches] [commit] r11705 - freeswitch/branches/gmaruzz/mod_skypiax
FreeSWITCH SVN
gmaruzz at freeswitch.org
Mon Feb 9 08:34:49 PST 2009
Author: gmaruzz
Date: Mon Feb 9 10:34:49 2009
New Revision: 11705
Log:
skypiax: cleaning added strsep() to skypiax.h, Visual C lack it
Modified:
freeswitch/branches/gmaruzz/mod_skypiax/skypiax.h
Modified: freeswitch/branches/gmaruzz/mod_skypiax/skypiax.h
==============================================================================
--- freeswitch/branches/gmaruzz/mod_skypiax/skypiax.h (original)
+++ freeswitch/branches/gmaruzz/mod_skypiax/skypiax.h Mon Feb 9 10:34:49 2009
@@ -259,3 +259,5 @@
int new_inbound_channel(private_t *tech_pvt);
int outbound_channel_answered(private_t *tech_pvt);
int skypiax_skype_write(private_t * tech_pvt, char *msg_to_skype);
+/* Visual C do not have strsep ? */
+char *strsep(char **stringp, const char *delim);
More information about the Freeswitch-branches
mailing list