Squid Web Cache master
Loading...
Searching...
No Matches
ldap_backend.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2025 The Squid Software Foundation and contributors
3 *
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/*
10 * AUTHOR: Flavio Pescuma. <flavio@marasystems.com>
11 */
12
13#ifndef SQUID_SRC_AUTH_DIGEST_EDIRECTORY_LDAP_BACKEND_H
14#define SQUID_SRC_AUTH_DIGEST_EDIRECTORY_LDAP_BACKEND_H
15
17extern int LDAPArguments(int argc, char **argv);
18extern void LDAPHHA1(RequestData * requestData);
19
20#endif /* SQUID_SRC_AUTH_DIGEST_EDIRECTORY_LDAP_BACKEND_H */
21
int LDAPArguments(int argc, char **argv)
void LDAPHHA1(RequestData *requestData)