From 6dfd8f67760b977ec7e345aece872c2a40a3be1e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 2 Jan 2013 16:12:02 +0100 Subject: add uh_addr_rfc1918() --- uhttpd.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'uhttpd.h') diff --git a/uhttpd.h b/uhttpd.h index cb56fcd..f47c743 100644 --- a/uhttpd.h +++ b/uhttpd.h @@ -136,15 +136,6 @@ struct dispatch_handler { void (*handle_request)(struct client *cl, const char *url, struct path_info *pi); }; -struct uh_addr { - uint8_t family; - uint16_t port; - union { - struct in_addr in; - struct in6_addr in6; - }; -}; - struct client { struct list_head list; int id; -- cgit v1.2.3