]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/esi/Module.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / esi / Module.h
index fb2069ff0bd583d62ceae211d8fd7af88364f92c..da358690694d7931e82fb7419436a61313bd70bf 100644 (file)
@@ -1,12 +1,21 @@
+/*
+ * 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 SQUID_ESI_MODULE_H
 #define SQUID_ESI_MODULE_H
 
 namespace Esi
 {
 
-extern void Init();
-extern void Clean();
+void Init();
+void Clean();
 
 } // namespace Esi
 
 #endif /* SQUID_ESI_MODULE_H */
+