mirror of
https://github.com/tnodir/fort
synced 2024-11-15 03:46:13 +00:00
Driver: Add NTAPI to callback definition
This commit is contained in:
parent
8002675ba5
commit
ad8470eea5
@ -22,7 +22,7 @@ static void fort_device_set(PFORT_DEVICE device)
|
||||
g_device = device;
|
||||
}
|
||||
|
||||
static void fort_worker_reauth(void)
|
||||
static void NTAPI fort_worker_reauth(void)
|
||||
{
|
||||
const FORT_CONF_FLAGS conf_flags = g_device->conf.conf_flags;
|
||||
NTSTATUS status;
|
||||
|
Loading…
Reference in New Issue
Block a user