]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/digest/User.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / auth / digest / User.h
index a02d79791f6d05217e8b953c663d6a4bc339693f..507677b21484a16256bec416625ebae25ff03a12 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.
@@ -26,7 +26,7 @@ class User : public Auth::User
     MEMPROXY_CLASS(Auth::Digest::User);
 
 public:
-    User(Auth::Config *, const char *requestRealm);
+    User(Auth::SchemeConfig *, const char *requestRealm);
     virtual ~User();
     int authenticated() const;
     virtual int32_t ttl() const override;