]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/negotiate/User.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / auth / negotiate / User.h
index 7be74607b690f8b71bf5b4649baa47655de8bbbb..7c49dee8e2953ba3169e59f6acb2550484ce9ad4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 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.
@@ -16,7 +16,7 @@
 namespace Auth
 {
 
-class Config;
+class SchemeConfig;
 
 namespace Negotiate
 {
@@ -27,7 +27,7 @@ class User : public Auth::User
     MEMPROXY_CLASS(Auth::Negotiate::User);
 
 public:
-    User(Auth::Config *, const char *requestRealm);
+    User(Auth::SchemeConfig *, const char *requestRealm);
     virtual ~User();
     virtual int32_t ttl() const override;