File:  [Public] / libwww / Library / src / WWWNews.html
Revision 2.1: download - view: text, annotated - select for diffs
Mon Nov 27 03:05:29 1995 UTC (28 years, 6 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0D, v4/0C, v4/0B, v4/0, autoconf, HEAD
alpha 7

<HTML>
<HEAD>
<TITLE>Declaration of W3C Reference NEWS MODULE</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 20-Nov-1995 -->
<NEXTID N="z11">
</HEAD>
<BODY>

<H1>Declaration of W3C Reference NEWS MODULE</H1>

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

This is the include file for the basic NNTP module that can be used
together with the core of the W3C Reference Library. It contains all
News specific modules which are required to compile and build the News
DLL.<P>

<PRE>
#ifndef WWWNEWS_H
#define WWWNEWS_H
</PRE>

<H2>Library Includes</H2>

<PRE>
#ifdef __cplusplus
extern "C" { 
#endif
</PRE>

<PRE>
#include "HTNews.h"			/* NNTP client state machine */
#include "HTNewsLs.h"			/* Streams for parsing News output */
#include "HTNDir.h"			/* HTML Generator */
</PRE>

End of News module

<PRE>
#ifdef __cplusplus
} /* end extern C definitions */
#endif

#endif
</PRE>

End of WWWNews API definition

</BODY>
</HTML>

Webmaster