HTNewsRq.h
上传用户:zlh9724
上传日期:2007-01-04
资源大小:1991k
文件大小:1k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. /*                                                                        NNTP Request Stream
  2.                                    NNTP REQUEST STREAM
  3.                                              
  4.    The NNTP Request stream generates a NNTP request header and writes it to the target
  5.    which is normally a HTWriter stream.
  6.    
  7.    This module is implemented by HTNewsRq.c, and it is a part of the W3C Reference
  8.    Library.
  9.    
  10.  */
  11. #ifndef HTNEWSREQ_H
  12. #define HTNEWSREQ_H
  13. #include "HTStream.h"
  14. #include "HTAccess.h"
  15. /*
  16.   STREAMS DEFINITION
  17.   
  18.    This stream makes a HTNews request header before it goes into transparent mode.
  19.    
  20.  */
  21. extern HTStream * HTNewsPost_new (HTRequest * request, HTStream * target);
  22. #endif
  23. /*
  24.    End of HTNewsReq */