Merge branch 'master' of https://git.maemo.org/projects/erwise
[erwise] / Cl / WWWLibrary / HTGopher.h
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 "HTAnchor.h"
12 extern int HTLoadGopher PARAMS((const char *arg,
13         HTParentAnchor * anAnchor,
14         int diag));
15
16 #endif /* HTGOPHER_H */