1 /*
2  * dhcc.h
3  *
4  * $Id: dcc.h 4815 2012-06-27 06:22:04Z sezero $
5  *
6  * Copyright (C) 1996-1997  Id Software, Inc.
7  * Copyright (C) 1997 Eric Hobbs <elhobbs@comcast.net>
8  * Copyright (C) 2005-2012 O.Sezer <sezero@users.sourceforge.net>
9  *
10  * This program is free software; you can redistribute it and/or modify
11  * it under the terms of the GNU General Public License as published by
12  * the Free Software Foundation; either version 2 of the License, or (at
13  * your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful, but
16  * WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  *
19  * See the GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License along
22  * with this program; if not, write to the Free Software Foundation, Inc.,
23  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
24  */
25 
26 #ifndef __DHCC_H__
27 #define __DHCC_H__
28 
29 extern int	Dcc_main (int argc, char **argv);
30 
31 #endif	/* __DHCC_H__ */
32 
33