aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-09-19 17:46:03 -0700
committerGravatar GitHub <noreply@github.com>2018-09-19 17:46:03 -0700
commit51b79f1757bb09c4b9e3defce338482ced1d2e88 (patch)
treed890360fe61c81868b158038670e1d3e39f531bb /include/grpc
parentf6e7b778c42da01610f914271ccddee49becb2fa (diff)
Update function signature
Diffstat (limited to 'include/grpc')
-rw-r--r--include/grpc/grpc_security.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/grpc_security.h b/include/grpc/grpc_security.h
index 02d87a493a..de90971cc5 100644
--- a/include/grpc/grpc_security.h
+++ b/include/grpc/grpc_security.h
@@ -532,14 +532,14 @@ typedef struct grpc_alts_credentials_options grpc_alts_credentials_options;
* It is used for experimental purpose for now and subject to change.
*/
GRPCAPI grpc_alts_credentials_options*
-grpc_alts_credentials_client_options_create();
+grpc_alts_credentials_client_options_create(void);
/**
* This method creates a grpc ALTS credentials server options instance.
* It is used for experimental purpose for now and subject to change.
*/
GRPCAPI grpc_alts_credentials_options*
-grpc_alts_credentials_server_options_create();
+grpc_alts_credentials_server_options_create(void);
/**
* This method adds a target service account to grpc client's ALTS credentials