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:
Emanuele Giaquinta 2007-01-08 19:02:20 +00:00 committed by exg
commit 7484c8b373
3 changed files with 5 additions and 36 deletions

View file

@ -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);