1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

Properly declare the proxy spec structures as extern.

This commit is contained in:
henri
2013-05-13 08:05:31 +00:00
parent ce98c0ad1e
commit 8ab21a452d
2 changed files with 2 additions and 3 deletions

View File

@@ -67,8 +67,7 @@
extern struct timeval nsock_tod;
const struct proxy_spec ProxySpecHttp;
extern const struct proxy_spec ProxySpecHttp;
static int proxy_http_node_new(struct proxy_node **node, const struct uri *uri) {

View File

@@ -68,8 +68,8 @@
extern struct timeval nsock_tod;
extern const struct proxy_spec ProxySpecSocks4;
const struct proxy_spec ProxySpecSocks4;
struct socks4_data {
uint8_t version;