提交 52f14165 authored 作者: Jeff Lenk's avatar Jeff Lenk

Fix windows build

上级 3f7cafd7
...@@ -648,7 +648,7 @@ SWITCH_DECLARE(int) switch_number_cmp(const char *exp, int val); ...@@ -648,7 +648,7 @@ SWITCH_DECLARE(int) switch_number_cmp(const char *exp, int val);
\return 1 if successfull \return 1 if successfull
\note Extended formats protocol:user@domain:port (Example: sip:toto@example.org) \note Extended formats protocol:user@domain:port (Example: sip:toto@example.org)
*/ */
int switch_split_user_domain(char *in, char **user, char **domain); SWITCH_DECLARE(int) switch_split_user_domain(char *in, char **user, char **domain);
/* malloc or DIE macros */ /* malloc or DIE macros */
#ifdef NDEBUG #ifdef NDEBUG
......
...@@ -2349,7 +2349,7 @@ SWITCH_DECLARE(int) switch_number_cmp(const char *exp, int val) ...@@ -2349,7 +2349,7 @@ SWITCH_DECLARE(int) switch_number_cmp(const char *exp, int val)
} }
int switch_split_user_domain(char *in, char **user, char **domain) SWITCH_DECLARE(int) switch_split_user_domain(char *in, char **user, char **domain)
{ {
char *p = NULL, *h = NULL, *u = in; char *p = NULL, *h = NULL, *u = in;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论