mirror of https://github.com/wb2osz/direwolf.git
Compile warnings.
This commit is contained in:
parent
18c65f48a8
commit
722fefbda6
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
int dwsock_init (void);
|
int dwsock_init (void);
|
||||||
|
|
||||||
int dwsock_connect (char *hostname, char *port, char *description, int allow_ipv6, int debug, char *ipaddr_str);
|
int dwsock_connect (char *hostname, char *port, char *description, int allow_ipv6, int debug, char ipaddr_str[DWSOCK_IPADDR_LEN]);
|
||||||
/* ipaddr_str needs to be at least SOCK_IPADDR_LEN bytes */
|
/* ipaddr_str needs to be at least SOCK_IPADDR_LEN bytes */
|
||||||
|
|
||||||
char *dwsock_ia_to_text (int Family, void * pAddr, char * pStringBuf, size_t StringBufSize);
|
char *dwsock_ia_to_text (int Family, void * pAddr, char * pStringBuf, size_t StringBufSize);
|
||||||
|
|
Loading…
Reference in New Issue