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

浏览器

开发平台:

Unix_Linux

  1. /*                                                             Multiformat handling in libwww
  2.                                    MULTIFORMAT HANDLING
  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 is implemented by HTMulti.c, and it is a part of the W3C Reference Library.
  11.    
  12.  */
  13. #ifndef HTMULTI_H
  14. #define HTMULTI_H
  15. #include "HTReq.h"
  16. /*
  17. **      Set default file name for welcome page on each directory.
  18. */
  19. extern void HTAddWelcome (char * welcome_name);
  20. /*
  21. **      Perform multiformat handling
  22. */
  23. extern char * HTMulti (HTRequest *      req,
  24.                       char *            path,
  25.                       struct stat *     stat_info);
  26. #endif /* HTMULTI_H */
  27. /*
  28.    End of HTMulti. */