about summary refs log blame commit diff stats
path: root/WWW/Library/Implementation/HTPlain.h
blob: 0d363f04c634934a6f1af292416c075eb609e9c0 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                                             

                     











                                        
/*                  /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTPlain.html
                                    PLAIN TEXT OBJECT
                                             
 */
#ifndef HTPLAIN_H
#define HTPLAIN_H

#include <HTStream.h>
#include <HTAnchor.h>

extern HTStream* HTPlainPresent PARAMS((
        HTPresentation *        pres,
        HTParentAnchor *        anchor,
        HTStream *              sink));


#endif

/*

    */