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

Browser Client

Development Platform:

Unix_Linux

  1. /*                                                   Declaration of W3C Reference WAIS MODULE
  2.                          DECLARATION OF W3C REFERENCE WAIS 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 include file for the basic WAIS module that can be used together with the
  11.    core of the W3C Reference Library. It contains all WAIS specific modules which are
  12.    required to compile and build the WAIS DLL.
  13.    
  14.  */
  15. #ifndef WWWWAIS_H
  16. #define WWWWAIS_H
  17. /*
  18. Library Includes
  19.  */
  20. #ifdef __cplusplus
  21. extern "C" {
  22. #endif
  23. /*
  24.  */
  25. #include "HTWais.h"                             /* WAIS client state machine */
  26. /*
  27.    End of WAIS module
  28.    
  29.  */
  30. #ifdef __cplusplus
  31. } /* end extern C definitions */
  32. #endif
  33. #endif
  34. /*
  35.    End of WWWWais API definition  */