aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface
diff options
context:
space:
mode:
authorGravatar Yihua Zhang <yihuaz@google.com>2018-07-02 13:29:27 -0700
committerGravatar Yihua Zhang <yihuaz@google.com>2018-07-02 13:29:27 -0700
commitc5f1eda10f7c04368450b757bda7fe4b58d62844 (patch)
treee5f7671750ff2b6de327cd1f9384015fc9bf8412 /test/core/surface
parent6eb6c845aa419f0c3a3e6be69a7e74e72a306f90 (diff)
implement loca credentials
Diffstat (limited to 'test/core/surface')
-rw-r--r--test/core/surface/public_headers_must_be_c89.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/core/surface/public_headers_must_be_c89.c b/test/core/surface/public_headers_must_be_c89.c
index 29083061bb..14adcb8499 100644
--- a/test/core/surface/public_headers_must_be_c89.c
+++ b/test/core/surface/public_headers_must_be_c89.c
@@ -177,6 +177,8 @@ int main(int argc, char **argv) {
printf("%lx", (unsigned long) grpc_alts_credentials_options_destroy);
printf("%lx", (unsigned long) grpc_alts_credentials_create);
printf("%lx", (unsigned long) grpc_alts_server_credentials_create);
+ printf("%lx", (unsigned long) grpc_local_credentials_create);
+ printf("%lx", (unsigned long) grpc_local_server_credentials_create);
printf("%lx", (unsigned long) grpc_raw_byte_buffer_create);
printf("%lx", (unsigned long) grpc_raw_compressed_byte_buffer_create);
printf("%lx", (unsigned long) grpc_byte_buffer_copy);