git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13739 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Mathieu Rene
2009-06-10 00:07:10 +00:00
parent 374997f2c1
commit 965023a8eb
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -580,8 +580,8 @@ int switch_inet_pton(int af, const char *src, void *dst);
#ifndef _MSC_VER
#define switch_inet_ntop inet_ntop
#else
SWITCH_DECLARE(const char *) switch_inet_ntop(int af, void const *src, char *dst, size_t size);
#endif
SWITCH_END_EXTERN_C
#endif