1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-20 22:49:01 +00:00

Moved prototypes to nsock_proxy.h

This commit is contained in:
henri
2013-04-22 19:31:06 +00:00
parent 4b9ff7f562
commit 5168ff9113
3 changed files with 6 additions and 8 deletions

View File

@@ -62,10 +62,6 @@
#define DEFAULT_PROXY_PORT_HTTP "8080"
/* Defined in nsock_proxy.c */
void nsock_proxy_ev_dispatch(nsock_pool nspool, nsock_event nsevent, void *udata);
void forward_event(mspool *nsp, msevent *nse, void *udata);
/* --- PROXY INTERFACE PROTOTYPES --- */
static void proxy_http_init(struct proxy_node *proxy, char *proxystr);
static void proxy_http_handler(nsock_pool nspool, nsock_event nsevent, void *udata);