diff options
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 |