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

浏览器

开发平台:

Unix_Linux

  1. /*                                                   Declaration of W3C Reference MIME MODULE
  2.                          DECLARATION OF W3C REFERENCE MIME MODULE
  3.                                              
  4.  */
  5. /*
  6. **      (c) COPYRIGHT MIT 1995.
  7. **      Please first read the full copyright statement in the file COPYRIGH.
  8. */
  9. /*
  10.    This is the module for basic RFC822/MIME parsing that can be used together with the
  11.    core of the W3C Reference Library. It contains all MIME specific modules which are
  12.    required to compile and build the MIME DLL.
  13.    
  14.  */
  15. #ifndef WWWMIME_H
  16. #define WWWMIME_H
  17. /*
  18. Library Includes
  19.  */
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. /*
  24.  */
  25. #include "HTMIME.h"                     /* MIME response parser */
  26. #include "HTMIMERq.h"                   /* MIME request generator */
  27. #include "HTBound.h"                    /* Multipart MIME parser */
  28. #include "HTMulpar.h"                   /* Multipart MIME generator stream */
  29. #include "HTHeader.h"                   /* Extra Header parser and generator */
  30. /*
  31.    End of MIME module
  32.    
  33.  */
  34. #ifdef __cplusplus
  35. } /* end extern C definitions */
  36. #endif
  37. #endif
  38. /*
  39.    End of WWWMIME API definition  */