aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/socket_utils.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-08-09 13:19:58 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-08-09 13:19:58 -0700
commit0b110dd28d7a03a8f28cdbd112baf5998369d893 (patch)
tree43287bb8a642b75538ffe7b1051ec3af84cba89d /src/core/lib/iomgr/socket_utils.h
parentcb6ce70b5a580ece86746a7a48708134a1fd478b (diff)
Changed grpc_inet_ntop signature to match Windows function
Diffstat (limited to 'src/core/lib/iomgr/socket_utils.h')
-rw-r--r--src/core/lib/iomgr/socket_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/socket_utils.h b/src/core/lib/iomgr/socket_utils.h
index f0b5a33b63..79903571a0 100644
--- a/src/core/lib/iomgr/socket_utils.h
+++ b/src/core/lib/iomgr/socket_utils.h
@@ -43,7 +43,7 @@
#endif
/* A wrapper for inet_ntop on POSIX systems and InetNtop on Windows systems */
-const char *grpc_inet_ntop(int af, const void *src,
+const char *grpc_inet_ntop(int af, void *src,
char *dst, socklen_t size);
#endif /* GRPC_CORE_LIB_IOMGR_SOCKET_UTILS_H */