Renamed ACL source files from ACLFoo.{cc,cci,h} to Foo.{cc,cci,h}.
Many targets in src/Makefile.am depended on selected ACL ACL*cc and related
sources. These targets depend on acl/* libraries now. As a part of this
cleanup and reorganization, the number of ufsdump sources went from about 160
to about 20.
Context: SourceLayout: acl/, take 1
*
*/
-#ifndef SQUID_AUTHENTICATE_H
-#define SQUID_AUTHENTICATE_H
+#ifndef SQUID_AUTH_GADGETS_H
+#define SQUID_AUTH_GADGETS_H
-#include "client_side.h"
+#include "hash.h"
+#include "MemPool.h"
+#include "typedefs.h" /* for authConfig */
class AuthUser;
class ConnStateData;
class AuthScheme;
+class StoreEntry;
/**
\ingroup AuthAPI
/// \ingroup AuthAPI
extern void authenticateOnCloseConnection(ConnStateData * conn);
-#endif /* SQUID_AUTHENTICATE_H */
+#endif /* SQUID_AUTH_GADGETS_H */