aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/compiler/php_generator.h
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-01-30 20:39:17 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-01-30 20:39:22 -0800
commit1a3f4a55c26c36f3ccc0bc8001cf2138af8a065e (patch)
treec534ccd69019bd406ca3ecb8e4f6955310b3e19c /src/compiler/php_generator.h
parentc88834ba996084db5f530706a09892bdd900e7dc (diff)
PHP: make tests runnable on both protobuf 3.1 and 3.2
Diffstat (limited to 'src/compiler/php_generator.h')
-rw-r--r--src/compiler/php_generator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler/php_generator.h b/src/compiler/php_generator.h
index 905dc909a9..c3061f178e 100644
--- a/src/compiler/php_generator.h
+++ b/src/compiler/php_generator.h
@@ -38,7 +38,8 @@
namespace grpc_php_generator {
-grpc::string GenerateFile(const grpc::protobuf::FileDescriptor *file);
+grpc::string GenerateFile(const grpc::protobuf::FileDescriptor *file,
+ const grpc::protobuf::ServiceDescriptor *service);
} // namespace grpc_php_generator