File:  [Public] / libwww / Library / src / HTNewsLs.html
Revision 2.8: download - view: text, annotated - select for diffs
Fri Nov 11 14:03:15 2005 UTC (18 years, 6 months ago) by vbancrof
Branches: MAIN
CVS tags: candidate-5-4-1, HEAD
add extern c and HTFile_dirent_buf_size

<HTML>
<HEAD>
  <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
  <TITLE>W3C Sample Code Library libwww News/NNTP Listings</TITLE>
</HEAD>
<BODY>
<H1>
  News/NNTP Article and Group Listings
</H1>
<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>
<P>
This module converts a <A HREF="HTNdir.html">generic News group</A> 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/Library/">W3C Sample Code
Library</A>.
<PRE>
#ifndef HTNEWSLS_H
#define HTNEWSLS_H
#include "HTStream.h"
#include "HTFormat.h"
#include "HTNet.h"

#ifdef __cplusplus
extern "C" { 
#endif 

extern HTConverter HTNewsList, HTNewsGroup;
</PRE>
<H3>
  Newsgroup List Cache
</H3>
<P>

The news list cache uses a URL tree to store the information
<PRE>
HTNetBefore HTNewsCache_before;
HTNetAfter HTNewsCache_after;
</PRE>
<PRE>
#ifdef __cplusplus
}
#endif

#endif /* HTNEWSLS_H */
</PRE>
<P>
  <HR>
<ADDRESS>
  @(#) $Id: HTNewsLs.html,v 2.8 2005/11/11 14:03:15 vbancrof Exp $
</ADDRESS>
</BODY></HTML>

Webmaster