make uh_path_lookup static
[project/uhttpd.git] / uhttpd.h
index c900e90..02d2705 100644 (file)
--- a/uhttpd.h
+++ b/uhttpd.h
@@ -119,6 +119,7 @@ struct client {
        struct blob_buf hdr;
 
        void (*dispatch_write_cb)(struct client *cl);
        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 {
        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_auth_add(const char *path, const char *user, const char *pass);
 
+void uh_close_listen_fds(void);
+void uh_close_fds(void);
+
 #endif
 #endif