home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / msdos / lynx / source / www / library / implemen / htgopher.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-25  |  480 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.