aboutsummaryrefslogtreecommitdiff
path: root/src/uvh.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uvh.h')
-rw-r--r--src/uvh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/uvh.h b/src/uvh.h
index 80554aa..fa2520a 100644
--- a/src/uvh.h
+++ b/src/uvh.h
@@ -103,6 +103,8 @@ struct uvh_request
struct uvh_server *uvh_server_init(uv_loop_t *loop, void *data,
uvh_request_handler_cb request_handler);
+void uvh_server_free(struct uvh_server *server);
+
int uvh_server_listen(struct uvh_server *server, const char *address,
short port);