/* * security.h: Security * * Author: * Sebastien Pouliot * * (C) 2004 Novell (http://www.novell.com) */ #ifndef _WAPI_SECURITY_H_ #define _WAPI_SECURITY_H_ #include G_BEGIN_DECLS extern gboolean ImpersonateLoggedOnUser (gpointer handle); extern gboolean RevertToSelf (void); G_END_DECLS #endif /* _WAPI_SECURITY_H_ */