]> 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 fa33b3c49fb45c21488b369d16330a88c6660616..5b9bb734839aac7e89b859c512c192c6645240fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 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)