]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_mime.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / stub_mime.cc
index a7a8613084a08460be61cabe620a1877f41306b2..5b9bb734839aac7e89b859c512c192c6645240fe 100644 (file)
@@ -1,7 +1,15 @@
+/*
+ * Copyright (C) 1996-2021 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 "protos.h"
 
 #define STUB_API "mime.cc"
 #include "tests/STUB.h"
 
-size_t headersEnd(const char *mime, size_t l) STUB_RETVAL(0)
+size_t headersEnd(const char *, size_t, bool &) STUB_RETVAL(0)
+