File:  [Public] / libwww / Library / src / HTMulti.html
Revision 2.9: download - view: text, annotated - select for diffs
Sat Jul 8 19:53:27 1995 UTC (28 years, 11 months ago) by frystyk
Branches: MAIN
CVS tags: v3/1pre3, v3/1, NT1, NNTP, HEAD
change to W3C Reference Library

<HTML>
<HEAD>
<TITLE>Multiformat handling in libwww</TITLE>
</HEAD>
<BODY>

<H1>Multiformat Handling</H1>

<PRE>
/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
</PRE>

This module is implemented by <A HREF="HTMulti.c">HTMulti.c</A>, and it is
a part of the <A
HREF="http://www.w3.org/hypertext/WWW/Library/">
W3C Reference Library</A>.

<PRE>
#ifndef HTMULTI_H
#define HTMULTI_H

#include "HTAccess.h"

/*
**	Set default file name for welcome page on each directory.
*/
extern void HTAddWelcome PARAMS((char * welcome_name));

/*
**	Perform multiformat handling
*/
extern char * HTMulti PARAMS((HTRequest *	req,
			      char *		path,
			      struct stat *	stat_info));

#endif /* HTMULTI_H */

</PRE>
End of HTMulti.
</BODY>
</HTML>

Webmaster