Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
macos_user_auth.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <CoreFoundation/CoreFoundation.h>
4
5
//ask for user authentication and call callback with true/false once compelte. **Note that the callback
6
// will be done in a separate thread**
7
extern
"C"
void
macos_user_auth
(
void
(*cb)(
int
,
void
*),
void
* cb_userdata, CFStringRef message);
macos_user_auth
void macos_user_auth(void(*cb)(int, void *), void *cb_userdata, CFStringRef message)
plugins
wallet_plugin
include
sysio
wallet_plugin
macos_user_auth.h
Generated by
1.12.0