X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Flookups%2Fldap.h;h=ddfda859773abcc5325cfaaadf138dccddfa2dbe;hb=436bda2ac0c4a245815db3fc1ef2aedee05eab8d;hp=5ce756d2ceaaa1385ef02f9194d73a6de67e6f7b;hpb=3634fc257bd0667daef14d72005cd87c735bbb24;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/lookups/ldap.h b/src/src/lookups/ldap.h index 5ce756d2c..ddfda8597 100644 --- a/src/src/lookups/ldap.h +++ b/src/src/lookups/ldap.h @@ -2,12 +2,12 @@ * 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. */ /* 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 */