]> git.ipfire.org Git - thirdparty/squid.git/blob - src/adaptation/icap/icap_log.h
Merged from trunk
[thirdparty/squid.git] / src / adaptation / icap / icap_log.h
1 #ifndef ICAP_LOG_H_
2 #define ICAP_LOG_H_
3
4 #include "AccessLogEntry.h"
5 #include "base/RefCount.h"
6
7 typedef RefCount<AccessLogEntry> AccessLogEntryPointer;
8 class AccessLogEntry;
9 class ACLChecklist;
10
11 void icapLogClose();
12 void icapLogOpen();
13 void icapLogRotate();
14 void icapLogLog(AccessLogEntryPointer &al);
15
16 extern int IcapLogfileStatus;
17
18 #endif /*ICAP_LOG_H_*/