]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/ntlm/User.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / ntlm / User.h
index c61024f146a760829eb4e18e92cd1add4b45d3ad..9c886cbd901a97218325de69eaf9e885ed3f5d05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -16,8 +16,6 @@
 namespace Auth
 {
 
-class Config;
-
 namespace Ntlm
 {
 
@@ -27,7 +25,7 @@ class User : public Auth::User
     MEMPROXY_CLASS(Auth::Ntlm::User);
 
 public:
-    User(Auth::Config *, const char *requestRealm);
+    User(Auth::SchemeConfig *, const char *requestRealm);
     virtual ~User();
     virtual int32_t ttl() const override;