aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/byte_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php/ext/grpc/byte_buffer.h')
-rw-r--r--[-rwxr-xr-x]src/php/ext/grpc/byte_buffer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/php/ext/grpc/byte_buffer.h b/src/php/ext/grpc/byte_buffer.h
index 1dd4769de2..b83f734caf 100755..100644
--- a/src/php/ext/grpc/byte_buffer.h
+++ b/src/php/ext/grpc/byte_buffer.h
@@ -5,8 +5,7 @@
grpc_byte_buffer *string_to_byte_buffer(char *string, size_t length);
-void byte_buffer_to_string(grpc_byte_buffer *buffer,
- char **out_string,
+void byte_buffer_to_string(grpc_byte_buffer *buffer, char **out_string,
size_t *out_length);
#endif /* NET_GRPC_PHP_GRPC_BYTE_BUFFER_H_ */