[io-layer] More coding convention/formatting fixes.
[mono.git] / mono / io-layer / security.h
index 5bd298a06620e82aa1118f59cd8585994faf753f..1f91659e965b1946279f2a99e86f1cc57d1fbde6 100644 (file)
 
 #include <glib.h>
 
-/* from lmcons.h */
-#define        UNLEN   256
+G_BEGIN_DECLS
 
-extern gboolean GetUserName (gchar *buffer, gint32 *size);
 extern gboolean ImpersonateLoggedOnUser (gpointer handle);
 extern gboolean RevertToSelf (void);
 
+G_END_DECLS
+
 #endif /* _WAPI_SECURITY_H_ */