]> git.ipfire.org Git - thirdparty/squid.git/blame - src/tests/stub_internal.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_internal.cc
CommitLineData
4e0938ef 1/*
4ac4a490 2 * Copyright (C) 1996-2017 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
081edc2d
AJ
11#define STUB_API "internal.cc"
12#include "tests/STUB.h"
c8f4eac4 13
081edc2d 14char * internalLocalUri(const char *dir, const char *name) STUB_RETVAL(NULL)
f53969cc 15