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

Removed unused http_proxy_info structure.

This commit is contained in:
henri
2013-04-22 19:32:11 +00:00
parent 152490e630
commit 6c0d537efb

View File

@@ -61,10 +61,6 @@
#define DEFAULT_PROXY_PORT_HTTP 8080
struct http_proxy_info {
void *dummy;
};
/* ---- PROTOTYPES ---- */
static int proxy_http_node_new(struct proxy_node **node, const struct uri *uri);