]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/Acl.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / auth / Acl.h
index 0345619e1c904b1a963dfe26d68c05bfb6787047..beee5f004032140d03f1eeee07685fc2df66666d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2018 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 SQUID_AUTH_ACL_H
 #define SQUID_AUTH_ACL_H
 
@@ -11,7 +19,8 @@
 
 class ACLChecklist;
 /// \ingroup AuthAPI
-extern allow_t AuthenticateAcl(ACLChecklist *ch);
+allow_t AuthenticateAcl(ACLChecklist *ch);
 
 #endif /* USE_AUTH */
 #endif /* SQUID_AUTH_ACL_H */
+