]> 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 45b00f0c2fc8b7b0e5d0e35e5886968c40a8f545..5b9bb734839aac7e89b859c512c192c6645240fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -11,5 +11,5 @@
 #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)