]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/UserData.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / acl / UserData.h
index 6b2c767b3906f8504fce4a889fcb8fe711157e05..057fa7a4506a6fe27e0f9bfd6532a8af2bac76a2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -11,7 +11,7 @@
 
 #include "acl/Acl.h"
 #include "acl/Data.h"
-#include "SBuf.h"
+#include "sbuf/SBuf.h"
 
 #include <set>
 
@@ -21,6 +21,7 @@ class ACLUserData : public ACLData<char const *>
 
 public:
     virtual ~ACLUserData() {}
+    ACLUserData();
     bool match(char const *user);
     virtual SBufList dump() const;
     void parse();