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

Browser Client

Development Platform:

Unix_Linux

  1. /*  HTEpToClient.c
  2. ** EXTERNAL PARSE TO CLIENT
  3. **
  4. ** (c) COPYRIGHT MIT 1995.
  5. ** Please first read the full copyright statement in the file COPYRIGH.
  6. **
  7. ** This module contains the interface between the 
  8. **      the XParse module and the client. The dummy function is
  9. **      only here so that clients that use the XParse module
  10. **      can overWrite it.
  11. **
  12. ** History:
  13. **   19 Sep 94 Written by Hakon W Lie, howcome@w3.org
  14. **      5  Dec 95       howcome changed name from Ext to X
  15. */
  16. /* Library include files */
  17. #include "tcp.h"
  18. #include "HTUtils.h"
  19. #include "HTStream.h"
  20. PUBLIC void HTCallClient (HTStream * me)
  21. {
  22.     return;
  23. }