Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dthelp / parser / canon1 / util / entext.h
1 /* $XConsortium: entext.h /main/3 1995/11/08 09:50:14 rswiston $ */
2 /* Copyright (c) 1988, 1989 Hewlett-Packard Co. */
3 /* Entext.h contains the dtd- and interface-independent external
4 forms of declarations relevant to entity declarations that occur in a
5 dtd or interface.   The definition form of these declarations is
6 contained in files entity.h generated by BUILD and entity2.h
7 generated by ELTDEF */
8
9 #include "entdef.h"
10 extern M_WCHAR m_entcon[] ;
11
12 extern M_WCHAR m_entname[] ;
13
14 extern M_ENTITY m_entities[] ;
15
16 extern M_TRIE m_enttrie[] ;
17
18 #if defined(ELTEXTERN)
19 extern int m_entcnt ;
20 extern M_ENTITY *firstent ;
21 extern M_ENTITY *lastent ;
22 #endif