From 3cba540a5f33a4c2d602a495d674ee766eafa52c Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 4 Mar 2013 10:24:35 -0800 Subject: [PATCH] fix prototypes --- lib/hdb/hdb-ldap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { }