]> git.saurik.com Git - apple/security.git/blob - keychain/escrowrequest/EscrowRequestServerHelpers.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / escrowrequest / EscrowRequestServerHelpers.h
1
2 #ifndef EscrowRequestServerHelpers_h
3 #define EscrowRequestServerHelpers_h
4
5 #include <stdbool.h>
6 bool EscrowRequestServerIsEnabled(void);
7 void EscrowRequestServerSetEnabled(bool enabled);
8 void EscrowRequestServerInitialize(void);
9
10 #endif /* EscrowRequestServerHelpers_h */