]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/digest/eDirectory/ldap_backend.h
CI: Upgrade GitHub Setup Node and CodeQL actions to Node 20 (#1845)
[thirdparty/squid.git] / src / auth / digest / eDirectory / ldap_backend.h
CommitLineData
7ed0602b 1/*
b8ae064d 2 * Copyright (C) 1996-2023 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
ba42bf21
FC
13#ifndef SQUID_SRC_AUTH_DIGEST_EDIRECTORY_LDAP_BACKEND_H
14#define SQUID_SRC_AUTH_DIGEST_EDIRECTORY_LDAP_BACKEND_H
15
d4d7f6dd 16#include "auth/digest/eDirectory/digest_common.h"
7ed0602b 17extern int LDAPArguments(int argc, char **argv);
18extern void LDAPHHA1(RequestData * requestData);
f53969cc 19
ba42bf21
FC
20#endif /* SQUID_SRC_AUTH_DIGEST_EDIRECTORY_LDAP_BACKEND_H */
21