mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Properly declare the proxy spec structures as extern.
This commit is contained in:
parent
ce98c0ad1e
commit
8ab21a452d
2 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue