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

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

Webmaster