summaryrefslogtreecommitdiff
path: root/uhttpd-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'uhttpd-utils.h')
-rw-r--r--uhttpd-utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/uhttpd-utils.h b/uhttpd-utils.h
index 31047f5..9de9191 100644
--- a/uhttpd-utils.h
+++ b/uhttpd-utils.h
@@ -115,7 +115,9 @@ struct path_info * uh_path_lookup(struct client *cl, const char *url);
struct listener * uh_listener_add(int sock, struct config *conf);
struct listener * uh_listener_lookup(int sock);
-struct client * uh_client_add(int sock, struct listener *serv);
+struct client * uh_client_add(int sock, struct listener *serv,
+ struct sockaddr_in6 *peer);
+
struct client * uh_client_lookup(int sock);
#define uh_client_error(cl, code, status, ...) do { \