ncsa-mosaic/libwww2/HTGopher.h
Alan Dipert 29c82be0c2 init
2010-03-08 05:55:21 -05:00

17 lines
315 B
C

/* GOPHER ACCESS HTGopher.h
** =============
**
** History:
** 8 Jan 92 Adapted from HTTP TBL
*/
#ifndef HTGOPHER_H
#define HTGOPHER_H
#include "HTAccess.h"
#include "HTAnchor.h"
extern HTProtocol HTGopher;
#endif /* HTGOPHER_H */