7964694e1e
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
10 lines
149 B
C
10 lines
149 B
C
/* SPDX-License-Identifier: GPL-2.0
|
|
*
|
|
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
BOOL
|
|
ElevateToSystem(void);
|