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:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user