/* ** (c) COPYRIGHT MIT 1995. ** Please first read the full copyright statement in the file COPYRIGH. */This module maintaines logs of request to a file.
This module is implemented by HTLog.c, and it is a part of the Library of Common Code.
#ifndef HTLIBLOG_H #define HTLIBLOG_H #include "HTAccess.h"
local
.
extern BOOL HTLog_enable PARAMS((CONST char * filename, BOOL local));
extern BOOL HTLog_disable NOPARAMS;
extern BOOL HTLog_request PARAMS((HTRequest * request)); #endifEnd of declaration