diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 16:12:02 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-02 16:12:02 +0100 |
commit | 6dfd8f67760b977ec7e345aece872c2a40a3be1e (patch) | |
tree | 7c8610278da9f7aabe0dc209b1adf1ba3318677e /uhttpd.h | |
parent | 7aec47491eb4b77361d8618cb3860607e2ec80e1 (diff) |
add uh_addr_rfc1918()
Diffstat (limited to 'uhttpd.h')
-rw-r--r-- | uhttpd.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -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; |