home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Leser 15 / Amiga Plus Leser CD 15.iso / Tools / Development / MosaicSRC / libwww2 / HTGopher.h < prev    next >
Encoding:
C/C++ Source or Header  |  2002-03-13  |  315 b   |  17 lines

  1. /*                      GOPHER ACCESS                           HTGopher.h
  2. **                      =============
  3. **
  4. ** History:
  5. **       8 Jan 92       Adapted from HTTP TBL
  6. */
  7.  
  8. #ifndef HTGOPHER_H
  9. #define HTGOPHER_H
  10.  
  11. #include "HTAccess.h"
  12. #include "HTAnchor.h"
  13.  
  14. extern HTProtocol HTGopher;
  15.  
  16. #endif /* HTGOPHER_H */
  17.