1 /*
2  * Copyright (c) 2009, Jay Loden, Giampaolo Rodola'. All rights reserved.
3  * Use of this source code is governed by a BSD-style license that can be
4  * found in the LICENSE file.
5  *
6  * Security related functions for Windows platform (Set privileges such as
7  * SeDebug), as well as security helper functions.
8  */
9 
10 #include <windows.h>
11 
12 int psutil_set_se_debug();
13 
14