File:  [Public] / libwww / Library / src / WWWDir.html
Revision 2.1: download - view: text, annotated - select for diffs
Mon Jan 15 03:23:19 1996 UTC (28 years, 4 months ago) by frystyk
Branches: MAIN
CVS tags: v4/0C, v4/0B, HEAD
new WWW*.html files

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

<H1>Declaration of W3C Reference DIRECTORY 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 directory handling modules that can
be used together with the core of the W3C Reference Library. It
contains all Telnet, rlogin, and TN3270 specific modules which are
required to compile and build the DIRECTORY DLL.<P>

<PRE>
#ifndef WWWDIR_H
#define WWWDIR_H
</PRE>

<H2>Library Includes</H2>

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

<PRE>
#include "HTIcons.h"
#include "HTDescpt.h"
#include "HTDir.h"
</PRE>

End of DIR module

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

#endif
</PRE>

End of WWWDir API definition

</BODY>
</HTML>

Webmaster