aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/call.h
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-09-24 16:11:19 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-09-24 16:11:19 -0700
commit8cde3d7c20445289f7072f29029e44870beecc37 (patch)
tree7520c91f02777b854054316d2a3069af598c8fe3 /src/node/ext/call.h
parent8d4aec37cb1bbcec08b2c4c2db9078547ff553d5 (diff)
Implemented credentials plugin interface
Diffstat (limited to 'src/node/ext/call.h')
-rw-r--r--src/node/ext/call.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node/ext/call.h b/src/node/ext/call.h
index 2f8e1f17aa..d965f339fc 100644
--- a/src/node/ext/call.h
+++ b/src/node/ext/call.h
@@ -66,6 +66,9 @@ inline v8::Local<v8::Value> nanErrorWithCode(const char *msg,
return scope.Escape(err);
}
+bool CreateMetadataArray(Local<Object> metadata, grpc_metadata_array *array,
+ shared_ptr<Resources> resources);
+
v8::Local<v8::Value> ParseMetadata(const grpc_metadata_array *metadata_array);
struct Resources {