aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/gethostname.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/lib/iomgr/gethostname.h')
-rw-r--r--src/core/lib/iomgr/gethostname.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/gethostname.h b/src/core/lib/iomgr/gethostname.h
index f335fea586..2e65b5ffbf 100644
--- a/src/core/lib/iomgr/gethostname.h
+++ b/src/core/lib/iomgr/gethostname.h
@@ -25,7 +25,7 @@ extern "C" {
// Returns the hostname of the local machine.
// Caller takes ownership of result.
-char *grpc_gethostname();
+char* grpc_gethostname();
#ifdef __cplusplus
}