mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
5 lines
98 B
Plaintext
5 lines
98 B
Plaintext
|
#include <Security/Security.h>
|
||
|
|
||
|
int main() {
|
||
|
return static_cast<int>(kSecAccessControlWatch);
|
||
|
}
|