]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/UserData.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / UserData.cc
index dbb44fb4f79d71308da3ab0561f7c0f17f99b8f6..13c639b64a94d5ef7962e5c443c941aa461684ac 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 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.
 #include "sbuf/Algorithms.h"
 #include "util.h"
 
+const Acl::ParameterFlags &
+ACLUserData::supportedFlags() const
+{
+    static const Acl::ParameterFlags flagNames = { "-i", "+i" };
+    return flagNames;
+}
+
 bool
 ACLUserData::match(char const *user)
 {