mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
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
|