aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/timeval.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/php/ext/grpc/timeval.h')
-rwxr-xr-xsrc/php/ext/grpc/timeval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/php/ext/grpc/timeval.h b/src/php/ext/grpc/timeval.h
index 07cef037cb..7456eb6d58 100755
--- a/src/php/ext/grpc/timeval.h
+++ b/src/php/ext/grpc/timeval.h
@@ -63,6 +63,6 @@ void grpc_init_timeval(TSRMLS_D);
void grpc_shutdown_timeval(TSRMLS_D);
/* Creates a Timeval object that wraps the given timeval struct */
-zval *grpc_php_wrap_timeval(gpr_timespec wrapped);
+zval *grpc_php_wrap_timeval(gpr_timespec wrapped TSRMLS_DC);
#endif /* NET_GRPC_PHP_GRPC_TIMEVAL_H_ */