[runtime] Fix "make distcheck"
[mono-project.git] / mono / io-layer / security.h
blob1f91659e965b1946279f2a99e86f1cc57d1fbde6
1 /*
2 * security.h: Security
4 * Author:
5 * Sebastien Pouliot <sebastien@ximian.com>
7 * (C) 2004 Novell (http://www.novell.com)
8 */
10 #ifndef _WAPI_SECURITY_H_
11 #define _WAPI_SECURITY_H_
13 #include <glib.h>
15 G_BEGIN_DECLS
17 extern gboolean ImpersonateLoggedOnUser (gpointer handle);
18 extern gboolean RevertToSelf (void);
20 G_END_DECLS
22 #endif /* _WAPI_SECURITY_H_ */