summaryrefslogtreecommitdiffstats
path: root/src/common/dcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/dcc.h')
-rw-r--r--src/common/dcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/dcc.h b/src/common/dcc.h
index 379385e6..74028205 100644
--- a/src/common/dcc.h
+++ b/src/common/dcc.h
@@ -124,7 +124,7 @@ void dcc_chat (session *sess, char *nick, int passive);
void handle_dcc (session *sess, char *nick, char *word[], char *word_eol[],
const message_tags_data *tags_data);
void dcc_show_list (session *sess);
-guint32 dcc_get_my_address (void);
+guint32 dcc_get_my_address (session *sess);
void dcc_get_with_destfile (struct DCC *dcc, char *utf8file);
#endif