]> git.ipfire.org Git - thirdparty/squid.git/blame - src/ipc/mem/forward.h
Maintenance: automate header guards 2/3 (#1655)
[thirdparty/squid.git] / src / ipc / mem / forward.h
CommitLineData
1fe7f70f 1/*
b8ae064d 2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
1fe7f70f
EB
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
ff9d9458
FC
9#ifndef SQUID_SRC_IPC_MEM_FORWARD_H
10#define SQUID_SRC_IPC_MEM_FORWARD_H
1fe7f70f
EB
11
12namespace Ipc
13{
14
15namespace Mem
16{
77b1029d 17typedef uint32_t PoolId;
1fe7f70f
EB
18} // namespace Mem
19
20} // namespace Ipc
21
ff9d9458 22#endif /* SQUID_SRC_IPC_MEM_FORWARD_H */
1fe7f70f 23