]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/LDAP/ldap_backend.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / auth / digest / LDAP / ldap_backend.h
CommitLineData
7ed0602b 1/*
f70aedc4 2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
7ed0602b 3 *
ca02e0ec
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.
7 */
8
9/*
7ed0602b 10 * AUTHOR: Flavio Pescuma. <flavio@marasystems.com>
7ed0602b 11 */
ca02e0ec 12
d4d7f6dd 13#include "auth/digest/LDAP/digest_common.h"
ca02e0ec 14
7ed0602b 15extern int LDAPArguments(int argc, char **argv);
16extern void LDAPHHA1(RequestData * requestData);
f53969cc 17