]> git.ipfire.org Git - thirdparty/squid.git/blame - src/store/LocalSearch.h
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / src / store / LocalSearch.h
CommitLineData
09decbb3 1/*
5b74111a 2 * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
09decbb3
FC
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 */
d35851f1 8
2745fea5
AR
9#ifndef SQUID_STORE_LOCAL_SEARCH_H
10#define SQUID_STORE_LOCAL_SEARCH_H
09decbb3 11
2745fea5 12#include "store/forward.h"
09decbb3 13
2745fea5 14namespace Store {
7d84d4ca 15StoreSearch *NewLocalSearch();
2745fea5 16} // namespace Store
9c947ba7 17
2745fea5 18#endif /* SQUID_STORE_LOCAL_SEARCH_H */
7d84d4ca 19