3065 some functions in the tcp module can be static
[unleashed.git] / usr / src / cmd / man / src / util / nsgmls.src / lib / SrInfo.h
blobb418f9b781df23068bc7187befbd6d3e4a1084c0
1 // Copyright (c) 1994 James Clark
2 // See the file COPYING for copying permission.
3 #pragma ident "%Z%%M% %I% %E% SMI"
5 #ifndef SrInfo_INCLUDED
6 #define SrInfo_INCLUDED
8 #include "types.h"
9 #include "StringOf.h"
11 #ifdef SP_NAMESPACE
12 namespace SP_NAMESPACE {
13 #endif
15 struct SrInfo {
16 String<EquivCode> chars;
17 int bSequenceLength;
18 String<EquivCode> chars2;
21 #ifdef SP_NAMESPACE
23 #endif
25 #endif /* not SrInfo_INCLUDED */