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