]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_wordlist.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / tests / stub_wordlist.cc
index ed252043d20ecdc6ba74a0366dbeeb5c9b01e4bd..45f7e238df43df128b8997d8a6803bdd369151a6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 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