mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
fixed some signed/unsigned issues
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1304 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
fb488720f5
commit
51c1fee749
5 changed files with 11 additions and 11 deletions
|
|
@ -48,7 +48,7 @@ void dcc_ip2str(IPADDR *ip, char *str);
|
|||
void dcc_str2ip(const char *str, IPADDR *ip);
|
||||
|
||||
/* Start listening for incoming connections */
|
||||
GIOChannel *dcc_listen(GIOChannel *interface, IPADDR *ip, int *port);
|
||||
GIOChannel *dcc_listen(GIOChannel *iface, IPADDR *ip, int *port);
|
||||
|
||||
/* Close DCC - sends "dcc closed" signal and calls dcc_destroy() */
|
||||
void dcc_close(DCC_REC *dcc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue