Imported Upstream version 0.18.1.1
[platform/upstream/gettext.git] / gnulib-local / lib / libcroco / libcroco.h
1 /*
2  * This file is part of The Croco Library
3  *
4  * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of version 2.1 of the GNU Lesser General Public
8  * License as published by the Free Software Foundation.
9  *
10  * This program is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13  * GNU General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public License
16  * along with this program; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18  * USA
19  */
20
21 #ifndef __LIBCROCO_H__
22 #define __LIBCROCO_H__
23
24 #include "libcroco-config.h"
25
26 #include "cr-utils.h"
27 #include "cr-pseudo.h"
28 #include "cr-term.h"
29 #include "cr-attr-sel.h"
30 #include "cr-simple-sel.h"
31 #include "cr-selector.h"
32 #include "cr-enc-handler.h"
33 #include "cr-doc-handler.h"
34 #include "cr-input.h"
35 #include "cr-parser.h"
36 #include "cr-statement.h"
37 #include "cr-stylesheet.h"
38 #include "cr-om-parser.h"
39 #include "cr-prop-list.h"
40 #include "cr-sel-eng.h"
41 #include "cr-style.h"
42 #include "cr-string.h"
43
44 #endif /*__LIBCROCO_H__*/