]> git.ipfire.org Git - thirdparty/squid.git/blame - src/multicast.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / multicast.h
CommitLineData
afabcc13 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
afabcc13 3 *
bbc27441
AJ
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.
afabcc13
FC
7 */
8
bbc27441
AJ
9/* DEBUG: section 07 Multicast */
10
afabcc13
FC
11#ifndef SQUID_MULTICAST_H_
12#define SQUID_MULTICAST_H_
13
14#include "ipcache.h"
15
8a648e8d 16int mcastSetTtl(int, int);
afabcc13
FC
17extern IPH mcastJoinGroups;
18
19#endif /* SQUID_MULTICAST_H_ */
f53969cc 20