]> 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 class AccessLogEntry;
5 class ACLChecklist;
6
7 void icapLogClose();
8 void icapLogOpen();
9 void icapLogRotate();
10 void icapLogLog(AccessLogEntry *al, ACLChecklist * checklist);
11
12 extern int IcapLogfileStatus;
13
14 #endif /*ICAP_LOG_H_*/