Annotation of libwww/Library/src/WWWDir.html, revision 2.4

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.3       frystyk     3: <TITLE>W3C Reference Library libwww DIRECTORY LISTING</TITLE>
2.4     ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
2.1       frystyk     5: <NEXTID N="z11">
                      6: </HEAD>
                      7: <BODY>
                      8: 
                      9: <H1>Declaration of W3C Reference DIRECTORY MODULE</H1>
                     10: 
                     11: <PRE>
                     12: /*
                     13: **     (c) COPYRIGHT MIT 1995.
                     14: **     Please first read the full copyright statement in the file COPYRIGH.
                     15: */
                     16: </PRE>
                     17: 
                     18: This is the include file for the directory handling modules that can
                     19: be used together with the core of the W3C Reference Library. It
2.2       frystyk    20: contains all Directory specific modules which are required to compile
                     21: and build the DIRECTORY DLL.<P>
2.1       frystyk    22: 
                     23: <PRE>
                     24: #ifndef WWWDIR_H
                     25: #define WWWDIR_H
                     26: </PRE>
                     27: 
                     28: <H2>Library Includes</H2>
                     29: 
                     30: <PRE>
                     31: #ifdef __cplusplus
                     32: extern "C" { 
                     33: #endif
                     34: </PRE>
                     35: 
                     36: <PRE>
                     37: #include "HTIcons.h"
                     38: #include "HTDescpt.h"
                     39: #include "HTDir.h"
                     40: </PRE>
                     41: 
                     42: End of DIR module
                     43: 
                     44: <PRE>
                     45: #ifdef __cplusplus
                     46: } /* end extern C definitions */
                     47: #endif
                     48: 
                     49: #endif
                     50: </PRE>
                     51: 
2.4     ! frystyk    52: <HR>
        !            53: <ADDRESS>
        !            54: @(#) $Id: Date Author State $
        !            55: </ADDRESS>
2.1       frystyk    56: </BODY>
                     57: </HTML>

Webmaster