]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_carp.cc
Merged from trunk 13172.
[thirdparty/squid.git] / src / tests / stub_carp.cc
1 #include "squid.h"
2
3 #define STUB_API "carp.cc"
4 #include "tests/STUB.h"
5
6 class CachePeer;
7 class HttpRequest;
8
9 void carpInit(void) STUB
10 CachePeer * carpSelectParent(HttpRequest *) STUB_RETVAL(NULL)
11