diff options
author | Julien Boeuf <jboeuf@google.com> | 2015-11-18 22:12:29 -0800 |
---|---|---|
committer | Julien Boeuf <jboeuf@google.com> | 2015-11-18 22:12:29 -0800 |
commit | 35b6b94667daeb2246e1c68aafea6cb589acae75 (patch) | |
tree | 579bb7db66a7df98cee584d673f1e3b1fc73aa52 /src/node | |
parent | 3c957e60a3901d2d56ce57e2c1b900a8c3697ea7 (diff) |
Fixing node build.
Diffstat (limited to 'src/node')
-rw-r--r-- | src/node/ext/call_credentials.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/ext/call_credentials.h b/src/node/ext/call_credentials.h index 1cd8d8dd5d..a9bfe30f94 100644 --- a/src/node/ext/call_credentials.h +++ b/src/node/ext/call_credentials.h @@ -84,7 +84,7 @@ typedef struct plugin_callback_data { void *user_data; } plugin_callback_data; -void plugin_get_metadata(void *state, const char *service_url, +void plugin_get_metadata(void *state, grpc_auth_metadata_context context, grpc_credentials_plugin_metadata_cb cb, void *user_data); |