]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/icap_log.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / icap / icap_log.h
index 1e981c6bd61e649eb5e2a378a23fbab1b183c3fc..4475744dc25d87b0ed281ac91a875e4f6f936288 100644 (file)
@@ -1,7 +1,16 @@
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef ICAP_LOG_H_
 #define ICAP_LOG_H_
 
-#include "RefCount.h"
+#include "AccessLogEntry.h"
+#include "base/RefCount.h"
 
 typedef RefCount<AccessLogEntry> AccessLogEntryPointer;
 class AccessLogEntry;
@@ -10,8 +19,9 @@ class ACLChecklist;
 void icapLogClose();
 void icapLogOpen();
 void icapLogRotate();
-void icapLogLog(AccessLogEntryPointer &al, ACLChecklist * checklist);
+void icapLogLog(AccessLogEntryPointer &al);
 
 extern int IcapLogfileStatus;
 
 #endif /*ICAP_LOG_H_*/
+