Forgot to finish the doc...

pull/3217/head
Julien Boeuf 9 years ago
parent 6f127029f4
commit 29ee3f40be
  1. 2
      include/grpc/grpc_security.h

@ -153,7 +153,7 @@ typedef struct {
void *state;
} grpc_metadata_credentials_plugin;
/* Creates a credentials object
/* Creates a credentials object from a plugin. */
grpc_credentials *grpc_metadata_credentials_create_from_plugin(
grpc_metadata_credentials_plugin plugin, void *reserved);

Loading…
Cancel
Save