diff --git a/lib/hdb/hdb-ldap.c b/lib/hdb/hdb-ldap.c index 9191710c7..6bbb3b78e 100644 --- a/lib/hdb/hdb-ldap.c +++ b/lib/hdb/hdb-ldap.c @@ -1933,13 +1933,13 @@ hdb_ldapi_create(krb5_context context, HDB ** db, const char *arg) #ifdef OPENLDAP_MODULE -krb5_error_code KRB5_LIB_CALL * +static krb5_error_code KRB5_LIB_CALL * init(krb5_context context, void **ctx) { *ctx = NULL; } -void KRB5_LIB_CALL * +static void KRB5_LIB_CALL * fini(void *ctx) { }