]> git.ipfire.org Git - thirdparty/squid.git/blob - src/ICAP/ICAPClient.cc
df2fd4966ad0751428cd579c2154ce39bbe0b588
[thirdparty/squid.git] / src / ICAP / ICAPClient.cc
1 #include "squid.h"
2 #include "ICAPClient.h"
3
4 void ICAPInitModule()
5 {
6 debugs(93,2, "ICAP Client module enabled.");
7 }
8
9 void ICAPCleanModule()
10 {
11 }