]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/external_acl/kerberos_ldap_group/support.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / external_acl / kerberos_ldap_group / support.h
index a8342958de50c8c669177be700da9e3f9b2fddec..5edd83e3dad2b00c214f792b18acf6819d239ba4 100644 (file)
@@ -108,7 +108,6 @@ SQUIDCEXTERN int log_enabled;
 /* the macro overload style is really a gcc-ism */
 #ifdef __GNUC__
 
-
 #define log(X...) \
                      if (log_enabled) { \
                          fprintf(stderr, "%s(%d): pid=%ld :", __FILE__, __LINE__, (long)getpid() ); \
@@ -131,7 +130,6 @@ void error(char *format,...);
 void warn(char *format,...);
 #endif
 
-
 struct hstruct {
     char *host;
     int port;
@@ -144,7 +142,6 @@ struct ldap_creds {
     char *pw;
 };
 
-
 void init_args(struct main_args *margs);
 void clean_args(struct main_args *margs);
 const char *LogTime(void);