mirror of
https://github.com/nmap/nmap.git
synced 2026-08-28 04:25:15 +00:00
Cosmetic fixes.
This commit is contained in:
parent
f5e437cdbf
commit
e1030f2fe7
1 changed files with 2 additions and 2 deletions
|
|
@ -95,8 +95,8 @@ static void proxy_http_ev_handler(nsock_pool nspool, nsock_event nsevent, void *
|
|||
static nsock_event_id proxy_http_connect_tcp(nsock_pool nsp, nsock_iod ms_iod, nsock_ev_handler handler,
|
||||
int timeout_msecs, void *userdata, struct sockaddr *saddr,
|
||||
size_t sslen, unsigned short port);
|
||||
static char *proxy_http_data_encode(const char *src, size_t len, size_t *dlen);
|
||||
static char *proxy_http_data_decode(const char *src, size_t len, size_t *dlen);
|
||||
static char *proxy_http_data_encode(const char *src, size_t len, size_t *dlen);
|
||||
static char *proxy_http_data_decode(const char *src, size_t len, size_t *dlen);
|
||||
|
||||
|
||||
const struct proxy_actions ProxyActions[PROXY_TYPE_COUNT] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue