summaryrefslogtreecommitdiff
path: root/src/irc/dcc/dcc.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-01-02 16:14:19 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-01-02 16:14:19 +0000
commitbe4b473be51c11d071803870aee90e470028b8ae (patch)
tree6cb1ac0374f26f8c9db5271807f52a1713e3bbd7 /src/irc/dcc/dcc.h
parentd58ea58abcc0805f1b8ed2039db0bade7857d3f7 (diff)
downloadirssi-be4b473be51c11d071803870aee90e470028b8ae.zip
/SET dcc_autoresume - like /SET dcc_autoget, but resume the files if
they're already found. Also fixed file transfer being stuck when resuming file that was already fully sent (happened with both send and get). /dcc close was also broken. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1051 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/dcc/dcc.h')
-rw-r--r--src/irc/dcc/dcc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/irc/dcc/dcc.h b/src/irc/dcc/dcc.h
index 8aef0c82..686f65a5 100644
--- a/src/irc/dcc/dcc.h
+++ b/src/irc/dcc/dcc.h
@@ -94,4 +94,7 @@ 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);
+/* reject DCC request */
+void dcc_reject(DCC_REC *dcc, IRC_SERVER_REC *server);
+
#endif