This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
ncsa-mosaic/libwww2/HTGopher.h

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 */