]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/compat.cc
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / compat / compat.cc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..4326ff46a6d6feec0a047d57bb477ef1506a0e19 100644 (file)
@@ -0,0 +1,13 @@
+/*
+ * 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.
+ */
+
+#include "squid.h"
+#include "compat.h"
+
+void (*failure_notify) (const char *) = NULL;
+