/* * Copyright (C) 1996-2024 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. */ /* DEBUG: section 28 Access Control */ #include "squid.h" #define STUB_API "acl/" #include "tests/STUB.h" #include "acl/Acl.h" const char *AclMatchedName = nullptr; #include "acl/Gadgets.h" size_t aclParseAclList(ConfigParser &, Acl::Tree **, const char *) STUB_RETVAL(0)