]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/basic_auth/MSNT/denyusers.cc
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / basic_auth / MSNT / denyusers.cc
index 4bf86cbe71e9b60fd9555691ffd9f4b7caa85cf0..c1d7cc00a7fe8d4c51ee0fbaa6379c0d761d827f 100644 (file)
@@ -1,4 +1,4 @@
-#include "config.h"
+#include "squid.h"
 
 /*
  * denyusers.c
@@ -16,8 +16,8 @@
 #include <sys/types.h>
 #include <sys/param.h>
 #include <string.h>
-#include "usersfile.h"
 #include "msntauth.h"
+#include "usersfile.h"
 
 static usersfile DenyUsers;
 static int init = 0;
@@ -44,7 +44,6 @@ Check_fordenychange(void)
     Check_forfilechange(&DenyUsers);
 }
 
-
 /*
  * Check to see if the username provided by Squid appears in the denied
  * user list. Returns 0 if the user was not found, and 1 if they were.