Annotation of libwww/Library/src/HTNews.html, revision 2.13.4.1

2.6       timbl       1: <HTML>
                      2: <HEAD>
2.7       frystyk     3: <TITLE>Network News Transfer protocol module for the WWW library</TITLE>
2.12      frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen,  7-Jul-1995 -->
2.7       frystyk     5: </HEAD>
2.2       timbl       6: <BODY>
2.7       frystyk     7: 
                      8: <H1>News Access</H1>
                      9: 
                     10: <PRE>
                     11: /*
2.11      frystyk    12: **     (c) COPYRIGHT MIT 1995.
2.7       frystyk    13: **     Please first read the full copyright statement in the file COPYRIGH.
2.1       timbl      14: */
2.7       frystyk    15: </PRE>
2.1       timbl      16: 
2.7       frystyk    17: This module is implemented by <A HREF="HTNews.c">HTNews.c</A>, and it
                     18: is a part of the <A
2.13      frystyk    19: HREF="http://www.w3.org/hypertext/WWW/Library/">
                     20: W3C Reference Library</A>.
2.7       frystyk    21: 
                     22: <PRE>
2.1       timbl      23: #ifndef HTNEWS_H
                     24: #define HTNEWS_H
                     25: 
2.12      frystyk    26: #include "HTProt.h"
2.6       timbl      27: 
                     28: GLOBALREF HTProtocol HTNews;
2.1       timbl      29: 
2.13.4.1! frystyk    30: extern void            HTSetNewsHost   PARAMS((CONST char *host));
        !            31: extern CONST char *    HTGetNewsHost   NOPARAMS;
        !            32: extern void            HTFreeNewsHost  NOPARAMS;
2.1       timbl      33: 
                     34: #endif /* HTNEWS_H */
2.2       timbl      35: 
2.7       frystyk    36: </PRE>
                     37: </BODY>
2.6       timbl      38: </HTML>

Webmaster