34 #ifndef NET_GRPC_PHP_GRPC_CALL_H_
35 #define NET_GRPC_PHP_GRPC_CALL_H_
43 #include <ext/standard/info.h>
46 #include <grpc/grpc.h>
49 extern zend_class_entry *grpc_ce_call;
60 void grpc_init_call(TSRMLS_D);
63 zval *grpc_php_wrap_call(
grpc_call *wrapped,
bool owned);