]> git.ipfire.org Git - thirdparty/squid.git/blob - src/tests/stub_store_swapout.cc
Renamed squid.h to squid-old.h and config.h to squid.h
[thirdparty/squid.git] / src / tests / stub_store_swapout.cc
1 #include "squid.h"
2 #include "StoreMeta.h"
3
4 #define STUB_API "store_swapout.cc"
5 #include "tests/STUB.h"
6
7 #include <iostream>
8
9 /* XXX: wrong stub file... */
10 void storeUnlink(StoreEntry * e) STUB
11
12
13 char *storeSwapMetaPack(tlv * tlv_list, int *length) STUB_RETVAL(NULL)
14 tlv *storeSwapMetaBuild(StoreEntry * e) STUB_RETVAL(NULL)
15 void storeSwapTLVFree(tlv * n) STUB