aboutsummaryrefslogtreecommitdiff
path: root/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/handler.c b/handler.c
index 3d806e6..b8ecb52 100644
--- a/handler.c
+++ b/handler.c
@@ -180,6 +180,11 @@ static int remove_client_from_list(struct handler *const h,
return ret;
}
+int handler_notify_close(struct handler *const h)
+{
+ return server_notify_close(h->server);
+}
+
int handler_listen(struct handler *const h, const unsigned short port,
unsigned short *const outport)
{