Initial commit
[profile/ivi/openjade.git] / jade / SgmlFOTBuilder.h
1 // Copyright (c) 1996 James Clark
2 // See the file copying.txt for copying permission.
3
4 #ifndef SgmlFOTBuilder_INCLUDED
5 #define SgmlFOTBuilder_INCLUDED 1
6
7 #include "FOTBuilder.h"
8 #include "OutputCharStream.h"
9
10 #ifdef DSSSL_NAMESPACE
11 namespace DSSSL_NAMESPACE {
12 #endif
13
14 FOTBuilder *makeSgmlFOTBuilder(OutputCharStream *);
15
16 #ifdef DSSSL_NAMESPACE
17 }
18 #endif
19
20 #endif /* not SgmlFOTBuilder_INCLUDED */