home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTMosaicHTML.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  472 b   |  21 lines

  1. /*              MosaicHTML text object                       HTMosaicHTML.h
  2. **              -----------------
  3. **
  4. **
  5. */
  6.  
  7. #ifndef HTMosaicHTML_H
  8. #define HTMosaicHTML_H
  9.  
  10. #include "HTStream.h"
  11. #include "HTAnchor.h"
  12.  
  13. extern HTStream* HTMosaicHTMLPresent PARAMS((
  14.         HTPresentation *        pres,
  15.         HTParentAnchor *        anchor,
  16.         HTStream *              sink, 
  17.         HTFormat                format_in,
  18.         int                     compressed));
  19.  
  20. #endif
  21.