Sweep unswept blocks referenced by set card table entries.
[mono.git] / mono / io-layer / security.h
index 8d0d64eb0939e7072d07be022b2175f5c5055b5e..1f91659e965b1946279f2a99e86f1cc57d1fbde6 100644 (file)
 
 #include <glib.h>
 
+G_BEGIN_DECLS
+
 extern gboolean ImpersonateLoggedOnUser (gpointer handle);
 extern gboolean RevertToSelf (void);
 
+G_END_DECLS
+
 #endif /* _WAPI_SECURITY_H_ */