mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
item_get_dcc(void *item) -> WI_ITEM_REC *item
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1088 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2faf78fe7c
commit
3f1b28ead9
3 changed files with 8 additions and 6 deletions
|
|
@ -92,7 +92,7 @@ void dcc_ctcp_message(IRC_SERVER_REC *server, const char *target,
|
|||
/* Send `data' to dcc chat. */
|
||||
void dcc_chat_send(DCC_REC *dcc, const char *data);
|
||||
/* If `item' is a query of a =nick, return DCC chat record of nick */
|
||||
DCC_REC *item_get_dcc(void *item);
|
||||
DCC_REC *item_get_dcc(WI_ITEM_REC *item);
|
||||
|
||||
/* reject DCC request */
|
||||
void dcc_reject(DCC_REC *dcc, IRC_SERVER_REC *server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue