1f91659e965b1946279f2a99e86f1cc57d1fbde6
[mono.git] / mono / io-layer / security.h
1 /*
2  * security.h:  Security
3  *
4  * Author:
5  *      Sebastien Pouliot  <sebastien@ximian.com>
6  *
7  * (C) 2004 Novell (http://www.novell.com)
8  */
9
10 #ifndef _WAPI_SECURITY_H_
11 #define _WAPI_SECURITY_H_
12
13 #include <glib.h>
14
15 G_BEGIN_DECLS
16
17 extern gboolean ImpersonateLoggedOnUser (gpointer handle);
18 extern gboolean RevertToSelf (void);
19
20 G_END_DECLS
21
22 #endif /* _WAPI_SECURITY_H_ */