mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
security fixes from 0.7.97.2
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1017 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
99b29df17c
commit
06a6428d83
6 changed files with 21 additions and 18 deletions
|
|
@ -67,7 +67,9 @@ int net_hosterror_notfound(int error);
|
|||
/* Get socket address/port */
|
||||
int net_getsockname(GIOChannel *handle, IPADDR *addr, int *port);
|
||||
|
||||
/* IPADDR -> char* translation. `host' must be at least MAX_IP_LEN bytes */
|
||||
int net_ip2host(IPADDR *ip, char *host);
|
||||
/* char* -> IPADDR translation. */
|
||||
int net_host2ip(const char *host, IPADDR *ip);
|
||||
|
||||
/* Get socket error */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue