mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
466 B
27 lines
466 B
/*
|
|
This file was derived from the libwww code, version 2.15, from CERN.
|
|
A number of modifications have been made by Spyglass.
|
|
|
|
[email protected]
|
|
*/
|
|
|
|
/* Gopher protocol module for libwww
|
|
GOPHER ACCESS
|
|
|
|
HISTORY:
|
|
|
|
8 Jan 92 Adapted from HTTP TBL
|
|
|
|
*/
|
|
|
|
|
|
#ifndef HTGOPHER_H
|
|
#define HTGOPHER_H
|
|
|
|
GLOBALREF HTProtocol HTGopher;
|
|
|
|
#endif /* HTGOPHER_H */
|
|
|
|
/*
|
|
|
|
end of gopher module */
|