ldap_backend.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 1996-2023 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_LDAP_LDAP_BACKEND_H
14 #define SQUID_SRC_AUTH_DIGEST_LDAP_LDAP_BACKEND_H
15 
17 
18 extern int LDAPArguments(int argc, char **argv);
19 extern void LDAPHHA1(RequestData * requestData);
20 
21 #endif /* SQUID_SRC_AUTH_DIGEST_LDAP_LDAP_BACKEND_H */
22 
int LDAPArguments(int argc, char **argv)
void LDAPHHA1(RequestData *requestData)

 

Introduction

Documentation

Support

Miscellaneous