summaryrefslogtreecommitdiff
path: root/src/inspector_socket_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inspector_socket_server.h')
-rw-r--r--src/inspector_socket_server.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inspector_socket_server.h b/src/inspector_socket_server.h
index 42ab90ac90..98d4e7d015 100644
--- a/src/inspector_socket_server.h
+++ b/src/inspector_socket_server.h
@@ -18,6 +18,10 @@
namespace node {
namespace inspector {
+std::string FormatWsAddress(const std::string& host, int port,
+ const std::string& target_id,
+ bool include_protocol);
+
class InspectorSocketServer;
class SocketSession;
class ServerSocket;