Move extern to proto header

This commit is contained in:
Kurt Zeilenga 2000-01-29 20:06:46 +00:00
parent 4c52827d28
commit d4c814ecd9
2 changed files with 1 additions and 3 deletions

View file

@ -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,

View file

@ -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