summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc-queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc/dcc/dcc-queue.h')
-rw-r--r--src/irc/dcc/dcc-queue.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/irc/dcc/dcc-queue.h b/src/irc/dcc/dcc-queue.h
index d13fae66..b05beb47 100644
--- a/src/irc/dcc/dcc-queue.h
+++ b/src/irc/dcc/dcc-queue.h
@@ -28,10 +28,7 @@ int dcc_queue_old(const char *nick, const char *servertag);
/* adds nick/fname/servertag triplet into queue */
void dcc_queue_add(int queue, int mode, const char *nick, const char *fname,
- const char *servertag, CHAT_DCC_REC *chat);
-void dcc_queue_add_passive(int queue, int mode, const char *nick,
- const char *fname, const char *servertag,
- CHAT_DCC_REC *chat);
+ const char *servertag, CHAT_DCC_REC *chat, int passive);
int dcc_queue_remove_head(int queue);