mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Fix signature of platform_new_connection.
The hostname is a const char *.
This commit is contained in:
parent
636f9cf2ee
commit
a6bd42ca24
2
pproxy.c
2
pproxy.c
@ -8,7 +8,7 @@
|
|||||||
#include "network.h"
|
#include "network.h"
|
||||||
#include "proxy.h"
|
#include "proxy.h"
|
||||||
|
|
||||||
Socket platform_new_connection(SockAddr addr, char *hostname,
|
Socket platform_new_connection(SockAddr addr, const char *hostname,
|
||||||
int port, int privport,
|
int port, int privport,
|
||||||
int oobinline, int nodelay, int keepalive,
|
int oobinline, int nodelay, int keepalive,
|
||||||
Plug plug, Conf *conf)
|
Plug plug, Conf *conf)
|
||||||
|
Loading…
Reference in New Issue
Block a user