mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Remove dcc_queue_add_passive, use instead another argument in dcc_queue_add to initialize rec->passive.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4407 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b9cf14359a
commit
7484c8b373
3 changed files with 5 additions and 36 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue