]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/CpuAffinity.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / CpuAffinity.h
index 987c0b22d99f6854a69b0e8114c6a347c490d381..04043a9618bb61d8878fe407f407cf33d8a06144 100644 (file)
@@ -1,16 +1,22 @@
 /*
+ * Copyright (C) 1996-2015 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_CPU_AFFINITY_H
 #define SQUID_CPU_AFFINITY_H
 
 /// set CPU affinity for this process on startup
-SQUIDCEXTERN void CpuAffinityInit();
+void CpuAffinityInit();
 
 /// reconfigure CPU affinity for this process
-SQUIDCEXTERN void CpuAffinityReconfigure();
+void CpuAffinityReconfigure();
 
 /// check CPU affinity configuration and print warnings if needed
-SQUIDCEXTERN void CpuAffinityCheck();
+void CpuAffinityCheck();
 
 #endif // SQUID_CPU_AFFINITY_H
+