Add GNU LGPL headers to all .c .C and .h files
[oweals/cde.git] / cde / programs / dthelp / parser / canon1 / util / dtdext.h
1 /*
2  * CDE - Common Desktop Environment
3  *
4  * Copyright (c) 1993-2012, The Open Group. All rights reserved.
5  *
6  * These libraries and programs are free software; you can
7  * redistribute them and/or modify them under the terms of the GNU
8  * Lesser General Public License as published by the Free Software
9  * Foundation; either version 2 of the License, or (at your option)
10  * any later version.
11  *
12  * These libraries and programs are distributed in the hope that
13  * they will be useful, but WITHOUT ANY WARRANTY; without even the
14  * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
15  * PURPOSE. See the GNU Lesser General Public License for more
16  * details.
17  *
18  * You should have received a copy of the GNU Lesser General Public
19  * License along with these librararies and programs; if not, write
20  * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
21  * Floor, Boston, MA 02110-1301 USA
22  */
23 /* $XConsortium: dtdext.h /main/3 1995/11/08 09:49:13 rswiston $ */
24 /* Copyright (c) 1988, 1989 Hewlett-Packard Co. */
25 /* Dtdext.h contains the dtd-independent external forms of
26    declarations relevant to document-type definitions.  The
27    definition form of these declarations is contained in files
28    dtd.h and arc.h generated by BUILD. */
29
30
31 #include "dtddef.h"
32
33 extern M_PTRIE m_entree[] ;
34
35 extern M_WCHAR m_ename[] ;
36
37 extern int m_elcount ;
38 extern M_ELTSTRUCT m_element[] ;
39
40 extern M_WCHAR m_keyword[] ;
41
42 extern M_WCHAR m_defval[] ;
43
44 extern struct {
45   int keyword, next ;
46   } m_ptype[] ;
47
48 extern M_PARAMETER m_parameter[] ;
49
50 extern M_WCHAR m_pname[] ;
51
52 extern M_PTRIE m_maptree[] ;
53
54 extern M_PTRIE m_sreftree[] ;
55
56 extern int m_map[] ;
57
58 extern M_SREF m_sref[] ;
59
60 extern M_STATESTRUCT m_state[] ;
61
62 extern M_ANDSTRUCT m_andgroup[] ;
63
64 extern M_EXCEPTION m_exception[] ;
65
66 extern M_ARCSTRUCT m_arc[] ;
67
68