Skip to content
Snippets Groups Projects
Commit 35b6b946 authored by Julien Boeuf's avatar Julien Boeuf
Browse files

Fixing node build.

parent 3c957e60
No related branches found
No related tags found
No related merge requests found
...@@ -84,7 +84,7 @@ typedef struct plugin_callback_data { ...@@ -84,7 +84,7 @@ typedef struct plugin_callback_data {
void *user_data; void *user_data;
} plugin_callback_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, grpc_credentials_plugin_metadata_cb cb,
void *user_data); void *user_data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment