]> git.ipfire.org Git - thirdparty/squid.git/blob - src/acl/forward.h
Merged from trunk (r12852).
[thirdparty/squid.git] / src / acl / forward.h
1 #ifndef SQUID_ACL_FORWARD_H
2 #define SQUID_ACL_FORWARD_H
3
4 class ACL;
5 class ACLChecklist;
6 class ACLFilledChecklist;
7 class ACLList;
8
9 class AclAddress;
10 class AclDenyInfoList;
11 class AclSizeLimit;
12
13
14 namespace Acl {
15
16 class InnerNode;
17 class NotNode;
18 class AndNode;
19 class OrNode;
20 class Tree;
21
22 } // namespace Acl
23
24 #define ACL_NAME_SZ 64
25
26 // XXX: remove after review and before commit, after renaming all users?
27 #define acl_access Acl::Tree
28 #define ACLList Acl::Tree
29
30 #endif /* SQUID_ACL_FORWARD_H */