mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
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
6 lines
92 B
C
6 lines
92 B
C
#ifndef __FE_DCC_H
|
|
#define __FE_DCC_H
|
|
|
|
void dcc_list_print_file(FILE_DCC_REC *dcc);
|
|
|
|
#endif
|