From d616796649d1489a50fb4427cf3c80f028b00285 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Mon, 23 Nov 2009 09:05:48 -0800 Subject: [PATCH] add prototype for kcm_service and launchd flag --- kcm/kcm_locl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kcm/kcm_locl.h b/kcm/kcm_locl.h index 8669ccc1d..56bb7045b 100644 --- a/kcm/kcm_locl.h +++ b/kcm/kcm_locl.h @@ -172,12 +172,16 @@ extern int name_constraints; #ifdef SUPPORT_DETACH extern int detach_from_console; #endif +extern int launchd_flag; extern int disallow_getting_krbtgt; #if 0 extern const krb5_cc_ops krb5_kcmss_ops; #endif +void kcm_service(void *, const heim_idata *, const heim_icred, + heim_ipc_complete, heim_sipc_call); + #include #endif /* __KCM_LOCL_H__ */