src/server/daemon/ws-fn.c

changeset 127
84e206063b64
parent 118
38bf6dd8f4e7
child 131
70010b94bda5
--- a/src/server/daemon/ws-fn.c	Sun Oct 30 11:44:04 2016 +0100
+++ b/src/server/daemon/ws-fn.c	Mon Dec 26 14:00:10 2016 +0100
@@ -51,6 +51,7 @@
     { "send-file", send_file, NULL, NULL, 0},
     { "common-index", service_index, NULL, NULL, 0},
     { "service-hello", service_hello, NULL, NULL, 0},
+    { "service-ws-hello", service_ws_hello, NULL, NULL, 0},
     { "send-options", send_options, NULL, NULL, 0},
     { "admin-init", admin_init, NULL, NULL, 0},
     { "admin-service", admin_service, NULL, NULL, 0},

mercurial