aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/ext/server_credentials.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-04 08:23:32 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-04 08:23:32 -0700
commita9c643fc602bda93d373694661e7e1f8f1ec72ac (patch)
tree9cba5821eed929ff33b7585adec65dd59524a64e /src/node/ext/server_credentials.h
parent9c7c0e8cbd5d43a99fb57530eab1e9bf2a37ef81 (diff)
parent98dd83ec4e8fa87875df82ca406a43e12ed06b6c (diff)
Merge github.com:grpc/grpc into plucking-hell
Diffstat (limited to 'src/node/ext/server_credentials.h')
-rw-r--r--src/node/ext/server_credentials.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node/ext/server_credentials.h b/src/node/ext/server_credentials.h
index 80747504a1..63903f663c 100644
--- a/src/node/ext/server_credentials.h
+++ b/src/node/ext/server_credentials.h
@@ -63,6 +63,7 @@ class ServerCredentials : public ::node::ObjectWrap {
static NAN_METHOD(New);
static NAN_METHOD(CreateSsl);
+ static NAN_METHOD(CreateInsecure);
static NanCallback *constructor;
// Used for typechecking instances of this javascript class
static v8::Persistent<v8::FunctionTemplate> fun_tpl;