Merge branch 'master' of https://git.maemo.org/projects/erwise
[erwise] / WWWLibrary / HTNews.h
1 /*                      NEWS ACCESS                             HTNews.h
2 **                      ===========
3 **
4 ** History:
5 **      26 Sep 90       Written TBL
6 **      29 Nov 91       Downgraded to C, for portable implementation.
7 */
8
9 #ifndef HTNEWS_H
10 #define HTNEWS_H
11
12 #include "HTAnchor.h"
13 extern int HTLoadNews PARAMS((const char *arg,
14         HTParentAnchor * anAnchor,
15         int diag));
16
17 #endif /* HTNEWS_H */