]> git.saurik.com Git - apple/security.git/blobdiff - keychain/escrowrequest/EscrowRequestServerHelpers.h
Security-59306.11.20.tar.gz
[apple/security.git] / keychain / escrowrequest / EscrowRequestServerHelpers.h
diff --git a/keychain/escrowrequest/EscrowRequestServerHelpers.h b/keychain/escrowrequest/EscrowRequestServerHelpers.h
new file mode 100644 (file)
index 0000000..77aaf2c
--- /dev/null
@@ -0,0 +1,10 @@
+
+#ifndef EscrowRequestServerHelpers_h
+#define EscrowRequestServerHelpers_h
+
+#include <stdbool.h>
+bool EscrowRequestServerIsEnabled(void);
+void EscrowRequestServerSetEnabled(bool enabled);
+void EscrowRequestServerInitialize(void);
+
+#endif /* EscrowRequestServerHelpers_h */