home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / lynx-2.4 / WWW / Library / Implementation / HTGopher.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-28  |  457 b   |  24 lines

  1. /*                                                          Gopher protocol module for libwww
  2.                                       GOPHER ACCESS
  3.                                              
  4.   HISTORY:
  5.   
  6.   8 Jan 92               Adapted from HTTP TBL
  7.                          
  8.  */
  9.  
  10.  
  11. #ifndef HTGOPHER_H
  12. #define HTGOPHER_H
  13.  
  14. #include "HTAccess.h"
  15. #include "HTAnchor.h"
  16.  
  17. GLOBALREF HTProtocol HTGopher;
  18.  
  19. #endif /* HTGOPHER_H */
  20.  
  21. /*
  22.  
  23.    end of gopher module */
  24.