diff options
author | Timo Sirainen <cras@irssi.org> | 2001-02-10 02:02:26 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-02-10 02:02:26 +0000 |
commit | e4f7d55ce941bf33b1d23d7c21e6beb9fb69aba0 (patch) | |
tree | b69359528adf2716cf3d4a765d3f0f7767565be7 /src/irc/dcc/dcc-file.h | |
parent | 118f9a11ebfc521198d39fd3048ad462ace696ed (diff) | |
download | irssi-e4f7d55ce941bf33b1d23d7c21e6beb9fb69aba0.zip |
DCC cleanups - split DCC_REC to CHAT|GET|SEND_DCC_RECs. Plugins should
now be able to add whatever new DCC types.
Nick changes affect DCC chats. /WHOIS without parameters works properly
in DCC CHAT queries.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1194 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/irc/dcc/dcc-file.h')
-rw-r--r-- | src/irc/dcc/dcc-file.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/irc/dcc/dcc-file.h b/src/irc/dcc/dcc-file.h new file mode 100644 index 00000000..4ff4a2e9 --- /dev/null +++ b/src/irc/dcc/dcc-file.h @@ -0,0 +1,10 @@ +#ifndef __DCC_FILE_H +#define __DCC_FILE_H + +#include "dcc.h" + +typedef struct { +#include "dcc-file-rec.h" +} FILE_DCC_REC; + +#endif |