1 /* $Id$ */
2 /******************************************************************************
3  * HTICK --- FTN Ticker / Request Processor
4  ******************************************************************************
5  * report.h : htick reporting
6  *
7  * Copyright (C) 2002 by
8  *
9  * Max Chernogor
10  *
11  * Fido:      2:464/108@fidonet
12  * Internet:  <mihz@mail.ru>,<mihz@ua.fm>
13  *
14  * This file is part of HTICK
15  *
16  * This is free software; you can redistribute it and/or modify it
17  * under the terms of the GNU General Public License as published
18  * by the Free Software Foundation; either version 2, or (at your option)
19  * any later version.
20  *
21  * FIDOCONFIG library is distributed in the hope that it will be useful,
22  * but WITHOUT ANY WARRANTY; without even the implied warranty of
23  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
24  * General Public License for more details.
25  *
26  * You should have received a copy of the GNU General Public License
27  * along with FIDOCONFIG library; see the file COPYING.  If not, write
28  * to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA
29  * or visit http://www.gnu.org
30  *****************************************************************************
31  * $Id$
32  */
33 #ifndef	_REPORT_FLAG_
34 #define	_REPORT_FLAG_
35 
36 #include "fcommon.h"
37 
38 /* Save cut-down ticket file into special directory for future reports
39  */
40 void doSaveTic4Report(s_ticfile *tic);
41 
42 /* Make thick report
43  */
44 void report();
45 
46 #endif
47