]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/negotiate/Scheme.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / negotiate / Scheme.h
index b65cb5748f6d3f16fbfd98d744c86adb81b7ecaf..9b482548616c19cf35523d828d7204e0d21e8f5e 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
  * ----------------------------------------------------------
@@ -33,8 +31,8 @@
 #ifndef SQUID_AUTH_NEGOTIATE_SCHEME_H
 #define SQUID_AUTH_NEGOTIATE_SCHEME_H
 
-#include "auth/Scheme.h"
 #include "auth/negotiate/auth_negotiate.h"
+#include "auth/Scheme.h"
 
 namespace Auth
 {
@@ -54,7 +52,7 @@ public:
     /* per scheme */
     virtual char const *type() const;
     virtual void shutdownCleanup();
-    virtual AuthConfig *createConfig();
+    virtual Auth::Config *createConfig();
 
     /* Not implemented */
     Scheme (Scheme const &);