1 /*
2   Copyright (C) 1999, 2000 Florian Schintke
3 
4   This is free software; you can redistribute it and/or modify it under
5   the terms of the GNU General Public License as published by the Free
6   Software Foundation; either version 2, or (at your option) any later
7   version.
8 
9   This is distributed in the hope that it will be useful, but WITHOUT
10   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11   FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
12   for more details.
13 
14   You should have received a copy of the GNU General Public License with
15   the c2html, java2html, pas2html or perl2html source package as the
16   file COPYING. If not, write to the Free Software Foundation, Inc.,
17   59 Temple Place - Suite 330, Boston, MA
18   02111-1307, USA.
19 */
20 
21 #ifndef COLOR_H
22 #define COLOR_H
23 
24 extern char *bgcolor;
25 extern char *commentcolor;
26 extern char *stringcolor;
27 extern char *definelinecolor;
28 extern char *preprolinecolor;
29 extern char *keywordcolor;
30 extern char *labelcolor;
31 
32 #endif
33