File:  [Public] / libwww / Library / src / WWWNews.html
Revision 2.4: download - view: text, annotated - select for diffs
Tue Apr 16 16:23:35 1996 UTC (28 years, 2 months ago) by frystyk
Branches: MAIN
CVS tags: Release-4-1b3, Release-4-1b1, HEAD
new WWW*.h files

<HTML>
<HEAD>
<TITLE>W3C Reference Library libwww NEWS/NNTP CLIENT</TITLE>
<!-- Changed by: Henrik Frystyk Nielsen, 16-Apr-1996 -->
<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>

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

<H2>System dependencies</H2>

The <A HREF="sysdep.html">sysdep.h</A> file includes system-specific include
files and flags for I/O to network and disk. The only reason for this
file is that the Internet world is more complicated than Posix and
ANSI.

<PRE>
#include "sysdep.h"
</PRE>

<H2>Library Includes</H2>

<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>

<HR>
<ADDRESS>
@(#) $Id: WWWNews.html,v 2.4 1996/04/16 16:23:35 frystyk Exp $
</ADDRESS>
</BODY>
</HTML>

Webmaster