aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/subprocess.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/subprocess.h')
-rw-r--r--include/grpc/support/subprocess.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/subprocess.h b/include/grpc/support/subprocess.h
index c59751da83..1b7431e7d9 100644
--- a/include/grpc/support/subprocess.h
+++ b/include/grpc/support/subprocess.h
@@ -37,7 +37,7 @@
typedef struct gpr_subprocess gpr_subprocess;
/* .exe on windows, empty on unices */
-char *gpr_subprocess_binary_extension();
+const char *gpr_subprocess_binary_extension();
gpr_subprocess *gpr_subprocess_create(int argc, char **argv);
/* if subprocess has not been joined, kill it */