Annotation of libwww/Library/src/HTMulti.html, revision 2.14

2.1       luotonen    1: <HTML>
                      2: <HEAD>
2.13      frystyk     3: <TITLE>W3C Reference Library libwww FORMAT NEGOTIATION</TITLE>
2.14    ! frystyk     4: <!-- Changed by: Henrik Frystyk Nielsen, 23-Mar-1996 -->
2.1       luotonen    5: </HEAD>
                      6: <BODY>
2.4       frystyk     7: 
2.1       luotonen    8: <H1>Multiformat Handling</H1>
2.4       frystyk     9: 
                     10: <PRE>
                     11: /*
2.8       frystyk    12: **     (c) COPYRIGHT MIT 1995.
2.4       frystyk    13: **     Please first read the full copyright statement in the file COPYRIGH.
                     14: */
                     15: </PRE>
                     16: 
                     17: This module is implemented by <A HREF="HTMulti.c">HTMulti.c</A>, and it is
                     18: a part of the <A
2.10      frystyk    19: HREF="http://www.w3.org/pub/WWW/Library/">
2.9       frystyk    20: W3C Reference Library</A>.
2.1       luotonen   21: 
                     22: <PRE>
                     23: #ifndef HTMULTI_H
                     24: #define HTMULTI_H
                     25: 
2.11      frystyk    26: #include "HTReq.h"
2.1       luotonen   27: 
2.2       luotonen   28: /*
                     29: **     Set default file name for welcome page on each directory.
                     30: */
2.12      frystyk    31: extern void HTAddWelcome (char * welcome_name);
2.2       luotonen   32: 
                     33: /*
                     34: **     Perform multiformat handling
                     35: */
2.12      frystyk    36: extern char * HTMulti (HTRequest *     req,
                     37:                      char *            path,
                     38:                      struct stat *     stat_info);
2.1       luotonen   39: 
                     40: #endif /* HTMULTI_H */
                     41: 
                     42: </PRE>
2.14    ! frystyk    43: 
        !            44: <HR>
        !            45: <ADDRESS>
        !            46: @(#) $Id: Date Author State $
        !            47: </ADDRESS>
2.1       luotonen   48: </BODY>
                     49: </HTML>

Webmaster