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 525b6a8..76754a8 100644
--- a/src/uvh.h
+++ b/src/uvh.h
@@ -106,6 +106,8 @@ struct uvh_server *uvh_server_init(uv_loop_t *loop, void *data,
int uvh_server_listen(struct uvh_server *server, const char *address,
short port);
+void uvh_server_stop(struct uvh_server *server);
+
void uvh_request_write(struct uvh_request *req, const char *data,
size_t len);