mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 11:09:34 -05:00
Move extern to proto header
This commit is contained in:
parent
4c52827d28
commit
d4c814ecd9
2 changed files with 1 additions and 3 deletions
|
|
@ -19,9 +19,6 @@
|
|||
|
||||
#define LDAP_KRB_PRINCIPAL "ldapserver"
|
||||
|
||||
extern char *ldap_srvtab;
|
||||
extern Attribute *attr_find();
|
||||
|
||||
krbv4_ldap_auth(
|
||||
Backend *be,
|
||||
struct berval *cred,
|
||||
|
|
|
|||
|
|
@ -591,6 +591,7 @@ LIBSLAPD_F (int) slap_passwd_parse(
|
|||
* kerberos.c
|
||||
*/
|
||||
#ifdef LDAP_API_FEATURE_X_OPENLDAP_V2_KBIND
|
||||
extern char *ldap_srvtab;
|
||||
LIBSLAPD_F (int) krbv4_ldap_auth();
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue