X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/e6d225ae6e6811d3c88dc201642a2127ff6c11bd..1d28cc061677bd07d9bed48dd84bd5c590247043:/src/src/lookups/ldap.h diff --git a/src/src/lookups/ldap.h b/src/src/lookups/ldap.h index 21069e02f..2ce62fc05 100644 --- a/src/src/lookups/ldap.h +++ b/src/src/lookups/ldap.h @@ -1,15 +1,14 @@ -/* $Cambridge: exim/src/src/lookups/ldap.h,v 1.5 2009/11/16 19:50:38 nm4 Exp $ */ - /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2015 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Header for eldapauth_find */ -extern int eldapauth_find(void *, uschar *, uschar *, int, uschar **, +extern int eldapauth_find(void *, uschar *, const uschar *, int, uschar **, uschar **, BOOL *); /* End of lookups/ldap.h */