summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/dcc/dcc.h')
-rw-r--r--src/irc/dcc/dcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/irc/dcc/dcc.h b/src/irc/dcc/dcc.h
index 686f65a5..88e4effb 100644
--- a/src/irc/dcc/dcc.h
+++ b/src/irc/dcc/dcc.h
@@ -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);