home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / www / library / implemen / http.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  372 b   |  19 lines

  1. /*                     /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTTP.html
  2.                                 HYPERTEXT TRANFER PROTOCOL
  3.                                              
  4.  */
  5. #ifndef HTTP_H
  6. #define HTTP_H
  7.  
  8. #include "HTAccess.h"
  9.  
  10. GLOBALREF HTProtocol HTTP;
  11.  
  12. #endif /* HTTP_H */
  13.  
  14. /*
  15.  
  16.    end of HTTP module definition
  17.    
  18.     */
  19.