]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_store_swapout.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_store_swapout.cc
CommitLineData
4e0938ef 1/*
ef57eb7b 2 * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
4e0938ef
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
f7f3304a 9#include "squid.h"
c8f4eac4 10#include "StoreMeta.h"
11
081edc2d
AJ
12#define STUB_API "store_swapout.cc"
13#include "tests/STUB.h"
14
15#include <iostream>
c8f4eac4 16
081edc2d
AJ
17/* XXX: wrong stub file... */
18void storeUnlink(StoreEntry * e) STUB
c8f4eac4 19
081edc2d
AJ
20char *storeSwapMetaPack(tlv * tlv_list, int *length) STUB_RETVAL(NULL)
21tlv *storeSwapMetaBuild(StoreEntry * e) STUB_RETVAL(NULL)
22void storeSwapTLVFree(tlv * n) STUB
f53969cc 23