]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_acl.cc
Upgrade Acl::Node::name to SBuf; remove AclMatchedName global (#1766)
[thirdparty/squid.git] / src / tests / stub_acl.cc
index 1583504c27179cafbcaf680bf8c86f948d844abf..29c1027bc62dc7d8241f59221c8b60167561b3ef 100644 (file)
@@ -13,8 +13,7 @@
 #define STUB_API "acl/"
 #include "tests/STUB.h"
 
-#include "acl/Acl.h"
-const char *AclMatchedName = nullptr;
+#include "acl/forward.h"
 
 #include "acl/Gadgets.h"
 size_t aclParseAclList(ConfigParser &, Acl::Tree **, const char *) STUB_RETVAL(0)