X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=blobdiff_plain;f=uhttpd.h;h=02d270508d80f21b31919dcf7ef4a2d0d3c88469;hp=c900e90076b1a96bcbeedfaa051e0da8d269935b;hb=8515c92b9302b258be10df5c5cee240dd4b137f6;hpb=d779a5dc390b9c6e1ed32cdd287997f81ee88d37 diff --git a/uhttpd.h b/uhttpd.h index c900e90..02d2705 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -119,6 +119,7 @@ struct client { struct blob_buf hdr; void (*dispatch_write_cb)(struct client *cl); + void (*dispatch_close_fds)(struct client *cl); void (*dispatch_free)(struct client *cl); union { @@ -158,4 +159,7 @@ void uh_handle_file_request(struct client *cl); void uh_auth_add(const char *path, const char *user, const char *pass); +void uh_close_listen_fds(void); +void uh_close_fds(void); + #endif