diff options
Diffstat (limited to '')
-rw-r--r-- | src/deps/_libusockets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/deps/_libusockets.h b/src/deps/_libusockets.h index 8c65d36ab..3b8c61f74 100644 --- a/src/deps/_libusockets.h +++ b/src/deps/_libusockets.h @@ -293,6 +293,8 @@ void uws_res_write_headers(int ssl, uws_res_t *res, const StringPointer *names, void *uws_res_get_native_handle(int ssl, uws_res_t *res); void uws_res_uncork(int ssl, uws_res_t *res); +void uws_res_set_write_offset(int ssl, uws_res_t *res, size_t off); +void us_socket_mark_needs_more_not_ssl(uws_res_t *res); #ifdef __cplusplus } #endif |