HTEPtoCl.h
Upload User: zlh9724
Upload Date: 2007-01-04
Package Size: 1991k
Code Size: 1k
Category:

Browser Client

Development Platform:

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 */