Annotation of libwww/Library/src/HTMIME.html, revision 2.5

2.1       timbl       1: <PRE>
                      2: /*             MIME Parser                     HTMIME.h
                      3: **             -----------
                      4: **
                      5: **   The MIME parser stream presents a MIME document.
                      6: **
                      7: **
                      8: */
                      9: 
                     10: #ifndef HTMIME_H
                     11: #define HTMIME_H
                     12: 
                     13: #include "HTStream.h"
                     14: #include "HTAnchor.h"
                     15: 
                     16: extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
                     17:                                        HTParentAnchor * anchor,
                     18:                                        HTStream * sink));
                     19: 
                     20: 
                     21: #endif
                     22: 
                     23: 
                     24: 
                     25: 
                     26: </PRE>

Webmaster