forked from PsychoticNinja/irssi
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
11 lines
128 B
C
11 lines
128 B
C
#ifndef __DCC_FILE_H
|
|
#define __DCC_FILE_H
|
|
|
|
#include "dcc.h"
|
|
|
|
typedef struct {
|
|
#include "dcc-file-rec.h"
|
|
} FILE_DCC_REC;
|
|
|
|
#endif
|