]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/LoadableModules.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / LoadableModules.h
index 92d622eff5adf4d41cfc8c8224a9234131837a96..3d0fa63d6039b0043bf087537b054b78646ca969 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_LOADABLE_MODULES_H
 #define SQUID_LOADABLE_MODULES_H
 
@@ -5,6 +13,7 @@
 // TODO: add reconfiguration support
 
 class wordlist;
-extern void LoadableModulesConfigure(const wordlist *names);
+void LoadableModulesConfigure(const wordlist *names);
 
 #endif /* SQUID_LOADABLE_MODULES_H */
+