Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / nsgmls / CatalogEntry.h
1 /* $XConsortium: CatalogEntry.h /main/1 1996/07/29 16:46:56 cde-hp $ */
2 // Copyright (c) 1994, 1995 James Clark
3 // See the file COPYING for copying permission.
4
5 #ifndef CatalogEntry_INCLUDED
6 #define CatalogEntry_INCLUDED 1
7
8 #include "Location.h"
9 #include "StringC.h"
10 #include <stddef.h>
11
12 #ifdef SP_NAMESPACE
13 namespace SP_NAMESPACE {
14 #endif
15
16 struct CatalogEntry {
17   StringC to;
18   Location loc;
19   size_t catalogNumber;
20   size_t baseNumber;
21   size_t serial;
22 };
23
24 #ifdef SP_NAMESPACE
25 }
26 #endif
27
28 #endif /* not CatalogEntry_INCLUDED */