aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/socket_utils.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2016-08-09 14:00:41 -0700
committerGravatar murgatroid99 <mlumish@google.com>2016-08-09 14:00:41 -0700
commit31963632dc048d18f31d63101c0e5a6636aa98d7 (patch)
tree3b617736e26d3aa50b782c87ca53f86bfb9e6460 /src/core/lib/iomgr/socket_utils.h
parent0b110dd28d7a03a8f28cdbd112baf5998369d893 (diff)
Make usage of grpc_inet_ntop consistent
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 79903571a0..f0b5a33b63 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, void *src,
+const char *grpc_inet_ntop(int af, const void *src,
char *dst, socklen_t size);
#endif /* GRPC_CORE_LIB_IOMGR_SOCKET_UTILS_H */