]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/LDAP/ldap_backend.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / LDAP / ldap_backend.h
CommitLineData
7ed0602b 1/*
ca02e0ec 2 * Copyright (C) 1996-2014 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
7ed0602b 13#include "digest_common.h"
ca02e0ec 14
7ed0602b 15extern int LDAPArguments(int argc, char **argv);
16extern void LDAPHHA1(RequestData * requestData);
f53969cc 17