]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_wordlist.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / stub_wordlist.cc
index ed252043d20ecdc6ba74a0366dbeeb5c9b01e4bd..3ac8596b2d06b77f9f35e444cfd6e6d750bba636 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.
@@ -13,8 +13,5 @@
 #include "tests/STUB.h"
 
 const char *wordlistAdd(wordlist **, const char *) STUB_RETVAL(NULL)
-void wordlistAddWl(wordlist **, wordlist *) STUB
-void wordlistJoin(wordlist **, wordlist **) STUB
-wordlist *wordlistDup(const wordlist *) STUB_RETVAL(NULL)
 void wordlistDestroy(wordlist **) STUB