mirror of https://github.com/grpc/grpc-node.git
Fixing node build.
This commit is contained in:
parent
4405daeb0a
commit
f011452c08
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue