]>
Commit | Line | Data |
---|---|---|
b54c578e A |
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 */ |