summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 9a34825b1e..0c0b2e3176 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -936,6 +936,8 @@ void GetEGid(const v8::FunctionCallbackInfo<v8::Value>& args);
void GetGroups(const v8::FunctionCallbackInfo<v8::Value>& args);
#endif // __POSIX__ && !defined(__ANDROID__) && !defined(__CloudABI__)
+void DefineZlibConstants(v8::Local<v8::Object> target);
+
} // namespace node
void napi_module_register_by_symbol(v8::Local<v8::Object> exports,