File:  [Public] / libwww / Library / src / HTNews.html
Revision 2.9: download - view: text, annotated - select for diffs
Tue Mar 21 17:42:15 1995 UTC (29 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: v3/0, WindowsNT, HEAD
Getting Library back on main branch

<HTML>
<HEAD>
<TITLE>Network News Transfer protocol module for the WWW library</TITLE>
</HEAD>
<BODY>

<H1>News Access</H1>

<PRE>
/*
**	(c) COPYRIGHT CERN 1994.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module is implemented by <A HREF="HTNews.c">HTNews.c</A>, and it
is a part of the <A
HREF="http://info.cern.ch/hypertext/WWW/Library/User/Guide/Guide.html">
Library of Common Code</A>.

<PRE>
#ifndef HTNEWS_H
#define HTNEWS_H

#include "HTAccess.h"

GLOBALREF HTProtocol HTNews;

extern void		HTSetNewsHost PARAMS((CONST char *value));
extern CONST char *	HTGetNewsHost NOPARAMS;
extern char *		HTNewsHost;

#endif /* HTNEWS_H */

</PRE>
</BODY>
</HTML>

Webmaster