File:  [Public] / libwww / Library / src / HTNewsLs.html
Revision 2.1: download - view: text, annotated - select for diffs
Tue Oct 31 00:42:32 1995 UTC (28 years, 7 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0pre6, v4/0pre5, v4/0pre4, v4/0D, v4/0C, v4/0B, v4/0, autoconf, HEAD
new news files

<HTML>
<HEAD>
<TITLE>NEWS Group Listing</TITLE>
</HEAD>
<BODY>

<H1>News Group Listings</H1>

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

This module converts a NEWS group listing to a HTML object<P>

This module is implemented by <A HREF="HTFTPDir.c">HTFTPDir.c</A>, and
it is a part of the <A HREF="http://www.w3.org/pub/WWW/Library/">W3C
Reference Library</A>.

<PRE>
#ifndef HTNEWSLS_H
#define HTNEWSLS_H
#include "HTStream.h"
#include "HTFormat.h"

extern HTConverter HTNewsList, HTNewsGroup;

#endif

</PRE>
end of HTNewsLs declaration
</BODY>
</HTML>



Webmaster