]> git.ipfire.org Git - thirdparty/squid.git/blame - src/adaptation/icap/icap_log.h
Deprecate log_icap and log_access configuration directives
[thirdparty/squid.git] / src / adaptation / icap / icap_log.h
CommitLineData
3ff65596
AR
1#ifndef ICAP_LOG_H_
2#define ICAP_LOG_H_
3
582c2af2 4#include "AccessLogEntry.h"
8bf217bd 5#include "base/RefCount.h"
41ebd397
CT
6
7typedef RefCount<AccessLogEntry> AccessLogEntryPointer;
3ff65596
AR
8class AccessLogEntry;
9class ACLChecklist;
10
11void icapLogClose();
12void icapLogOpen();
13void icapLogRotate();
8ebad780 14void icapLogLog(AccessLogEntryPointer &al);
3ff65596
AR
15
16extern int IcapLogfileStatus;
17
18#endif /*ICAP_LOG_H_*/