提交 965023a8 authored 作者: Mathieu Rene's avatar Mathieu Rene

doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13739 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 374997f2
...@@ -580,8 +580,8 @@ int switch_inet_pton(int af, const char *src, void *dst); ...@@ -580,8 +580,8 @@ int switch_inet_pton(int af, const char *src, void *dst);
#ifndef _MSC_VER #ifndef _MSC_VER
#define switch_inet_ntop inet_ntop #define switch_inet_ntop inet_ntop
#else #else
SWITCH_DECLARE(const char *) switch_inet_ntop(int af, void const *src, char *dst, size_t size); SWITCH_DECLARE(const char *) switch_inet_ntop(int af, void const *src, char *dst, size_t size);
#endif
SWITCH_END_EXTERN_C SWITCH_END_EXTERN_C
#endif #endif
......
...@@ -1080,6 +1080,7 @@ SWITCH_DECLARE(const char *) switch_priority_name(switch_priority_t priority) ...@@ -1080,6 +1080,7 @@ SWITCH_DECLARE(const char *) switch_priority_name(switch_priority_t priority)
static char RFC2833_CHARS[] = "0123456789*#ABCDF"; static char RFC2833_CHARS[] = "0123456789*#ABCDF";
#ifdef _MSC_VER
/* Copyright (c) 1996 by Internet Software Consortium. /* Copyright (c) 1996 by Internet Software Consortium.
* *
* Permission to use, copy, modify, and distribute this software for any * Permission to use, copy, modify, and distribute this software for any
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论