X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fsecurity.h;h=1f91659e965b1946279f2a99e86f1cc57d1fbde6;hb=8eeb2cef8fb37b7aaeed5fb0c31550a1701f9bdf;hp=8d0d64eb0939e7072d07be022b2175f5c5055b5e;hpb=ff228e1c801bda9666b6edab3ee962e05edcf480;p=mono.git diff --git a/mono/io-layer/security.h b/mono/io-layer/security.h index 8d0d64eb093..1f91659e965 100644 --- a/mono/io-layer/security.h +++ b/mono/io-layer/security.h @@ -12,7 +12,11 @@ #include +G_BEGIN_DECLS + extern gboolean ImpersonateLoggedOnUser (gpointer handle); extern gboolean RevertToSelf (void); +G_END_DECLS + #endif /* _WAPI_SECURITY_H_ */