]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/digest_auth/eDirectory/ldap_backend.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / eDirectory / ldap_backend.h
CommitLineData
89f77e43 1/*
bde978a6 2 * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
89f77e43 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/*
89f77e43 10 * AUTHOR: Flavio Pescuma. <flavio@marasystems.com>
11 *
12 */
ca02e0ec 13
89f77e43 14#include "digest_common.h"
15extern int LDAPArguments(int argc, char **argv);
16extern void LDAPHHA1(RequestData * requestData);
f53969cc 17