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

2.1       frystyk     1: <HTML>
                      2: <HEAD>
2.3       frystyk     3: <TITLE>W3C Reference Library libwww LOCAL FILE</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 FILE 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: 
2.2       frystyk    18: This is the include file for local file handling modules that can be
                     19: used together with the core of the W3C Reference Library. It contains
                     20: modules which are required to compile and build the FILE DLL.<P>
2.1       frystyk    21: 
                     22: <PRE>
                     23: #ifndef WWWFILE_H
                     24: #define WWWFILE_H
                     25: </PRE>
                     26: 
                     27: <H2>Library Includes</H2>
                     28: 
                     29: <PRE>
                     30: #ifdef __cplusplus
                     31: extern "C" { 
                     32: #endif
                     33: </PRE>
                     34: 
                     35: <PRE>
                     36: #include "HTMulti.h"
                     37: #include "HTFile.h"
                     38: </PRE>
                     39: 
                     40: End of FILE module
                     41: 
                     42: <PRE>
                     43: #ifdef __cplusplus
                     44: } /* end extern C definitions */
                     45: #endif
                     46: 
                     47: #endif
                     48: </PRE>
                     49: 
2.4     ! frystyk    50: <HR>
        !            51: <ADDRESS>
        !            52: @(#) $Id: Date Author State $
        !            53: </ADDRESS>
2.1       frystyk    54: </BODY>
                     55: </HTML>

Webmaster