]> git.ipfire.org Git - thirdparty/squid.git/blame - src/whois.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / whois.h
CommitLineData
fc54b8d2 1/*
77b1029d 2 * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
fc54b8d2 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.
fc54b8d2
FC
7 */
8
bbc27441
AJ
9/* DEBUG: section 75 WHOIS protocol */
10
fc54b8d2
FC
11#ifndef SQUID_WHOIS_H_
12#define SQUID_WHOIS_H_
13
14/**
15 * \defgroup ServerProtocolWhoisAPI Server-Side WHOIS API
16 * \ingroup ServerProtocol
17 */
18
19/// \ingroup ServerProtocolWhoisAPI
8a648e8d 20void whoisStart(FwdState *);
fc54b8d2 21
fc54b8d2 22#endif /* SQUID_WHOIS_H_ */
f53969cc 23