fix prototypes

This commit is contained in:
Love Hornquist Astrand
2013-03-04 10:24:35 -08:00
parent 1eb4e2516e
commit 3cba540a5f

View File

@@ -1933,13 +1933,13 @@ hdb_ldapi_create(krb5_context context, HDB ** db, const char *arg)
#ifdef OPENLDAP_MODULE #ifdef OPENLDAP_MODULE
krb5_error_code KRB5_LIB_CALL * static krb5_error_code KRB5_LIB_CALL *
init(krb5_context context, void **ctx) init(krb5_context context, void **ctx)
{ {
*ctx = NULL; *ctx = NULL;
} }
void KRB5_LIB_CALL * static void KRB5_LIB_CALL *
fini(void *ctx) fini(void *ctx)
{ {
} }