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

浏览器

开发平台:

Unix_Linux

  1. /*                                                                         NEWS Group Listing
  2.                                    NEWS GROUP LISTINGS
  3.                                              
  4.  */
  5. /*
  6. **      (c) COPYRIGHT MIT 1995.
  7. **      Please first read the full copyright statement in the file COPYRIGH.
  8. */
  9. /*
  10.    This module converts a NEWS group listing to a HTML object
  11.    
  12.    This module is implemented by HTFTPDir.c, and it is a part of the W3C Reference
  13.    Library.
  14.    
  15.  */
  16. #ifndef HTNEWSLS_H
  17. #define HTNEWSLS_H
  18. #include "HTStream.h"
  19. #include "HTFormat.h"
  20. extern HTConverter HTNewsList, HTNewsGroup;
  21. #endif
  22. /*
  23.    end of HTNewsLs declaration */