home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / www / src / WWW / Library / Implementation / HTPlain.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-09  |  379 b   |  25 lines

  1. /*  */
  2.  
  3. /*              Plain text object                       HTPlain.h
  4. **              -----------------
  5. **
  6. **
  7. */
  8.  
  9. #ifndef HTPLAIN_H
  10. #define HTPLAIN_H
  11.  
  12. #include "HTStream.h"
  13. #include "HTAnchor.h"
  14.  
  15. extern HTStream* HTPlainPresent PARAMS((
  16.         HTPresentation *        pres,
  17.         HTParentAnchor *        anchor,
  18.         HTStream *              sink));
  19.  
  20.  
  21. #endif
  22. /*
  23.  
  24.     */
  25.