add prototype for kcm_service and launchd flag

This commit is contained in:
Love Hornquist Astrand
2009-11-23 09:05:48 -08:00
parent 61035d0318
commit d616796649

View File

@@ -172,12 +172,16 @@ extern int name_constraints;
#ifdef SUPPORT_DETACH #ifdef SUPPORT_DETACH
extern int detach_from_console; extern int detach_from_console;
#endif #endif
extern int launchd_flag;
extern int disallow_getting_krbtgt; extern int disallow_getting_krbtgt;
#if 0 #if 0
extern const krb5_cc_ops krb5_kcmss_ops; extern const krb5_cc_ops krb5_kcmss_ops;
#endif #endif
void kcm_service(void *, const heim_idata *, const heim_icred,
heim_ipc_complete, heim_sipc_call);
#include <kcm-protos.h> #include <kcm-protos.h>
#endif /* __KCM_LOCL_H__ */ #endif /* __KCM_LOCL_H__ */