summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5/krb5_common.h
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2010-05-07 15:28:21 +0200
committerStephen Gallagher <sgallagh@redhat.com>2010-05-07 17:14:32 -0400
commitf3c31d11bf365eb6a79c4f698667915a4c81eeb7 (patch)
treec7443184225480b4c4889bde3db11f5fba4150f6 /src/providers/krb5/krb5_common.h
parent67607dda05e36c4d0be4647160ad376b89d89c51 (diff)
downloadsssd-f3c31d11bf365eb6a79c4f698667915a4c81eeb7.tar.gz
sssd-f3c31d11bf365eb6a79c4f698667915a4c81eeb7.tar.xz
sssd-f3c31d11bf365eb6a79c4f698667915a4c81eeb7.zip
Create kdcinfo and kpasswdinfo file at startup
Diffstat (limited to 'src/providers/krb5/krb5_common.h')
-rw-r--r--src/providers/krb5/krb5_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/krb5/krb5_common.h b/src/providers/krb5/krb5_common.h
index 51afa0c65..0482ef023 100644
--- a/src/providers/krb5/krb5_common.h
+++ b/src/providers/krb5/krb5_common.h
@@ -82,4 +82,5 @@ void krb5_finalize(struct tevent_context *ev,
int count,
void *siginfo,
void *private_data);
+void krb5_init_resolve_done(struct tevent_req *req);
#endif /* __KRB5_COMMON_H__ */