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

浏览器

开发平台:

Unix_Linux

  1. /*                           EPtoClient: interface between the ExtParse module and the Client
  2.               EPTOCLIENT: INTERFACE BETWEEN THE XPARSE MODULE AND THE CLIENT
  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 contains the interface between the XParse module and the client. The dummy
  11.    function is only here so that clients that use the XParse module can overwrite it. See
  12.    also HTXParse
  13.    
  14.    This module is implemented by HTEPtoCl.c, and it is a part of the W3C Reference
  15.    Library.
  16.    
  17.  */
  18. #ifndef HTEPTOCLIENT_H
  19. #define HTEPTOCLIENT_H
  20. #include "HTStream.h"
  21. #include "HTXParse.h"
  22. extern CallClient HTCallClient;
  23. #endif
  24. /*
  25.    end */