]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/compat.cc
SourceFormat Enforcement
[thirdparty/squid.git] / compat / compat.cc
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..c3d1b0dd91a5d91c1364a404dad49464e40d9a63 100644 (file)
@@ -0,0 +1,13 @@
+/*
+ * 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.
+ */
+
+#include "squid.h"
+#include "compat.h"
+
+void (*failure_notify) (const char *) = NULL;
+