]> git.ipfire.org Git - thirdparty/squid.git/blob - src/auth/State.cc
Renamed squid.h to squid-old.h and config.h to squid.h.
[thirdparty/squid.git] / src / auth / State.cc
1 #include "squid.h"
2
3 #if USE_AUTH
4 #include "auth/State.h"
5
6 CBDATA_NAMESPACED_CLASS_INIT(Auth, StateData);
7 #endif /* USE_AUTH */