X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fwapi.h;h=4e0a688063984ad671543a10f51a4bc2d27290c7;hb=257b951a6c926c1d38e90ea443404b4253208429;hp=db051decf8413e65468d0614bac5381d32376105;hpb=90d6059c5475419ddf6e0fc4b49098158010cab0;p=mono.git diff --git a/mono/io-layer/wapi.h b/mono/io-layer/wapi.h index db051decf84..4e0a6880639 100644 --- a/mono/io-layer/wapi.h +++ b/mono/io-layer/wapi.h @@ -10,13 +10,12 @@ #ifndef _WAPI_WAPI_H_ #define _WAPI_WAPI_H_ +#include #include #include -#include #include #include #include -#include #include #include #include @@ -26,10 +25,24 @@ #include #include #include -#include -#include #include #include #include +void +wapi_init (void); + +void +wapi_cleanup (void); + +gboolean +CloseHandle (gpointer handle); + +gboolean +DuplicateHandle (gpointer srcprocess, gpointer src, gpointer targetprocess, gpointer *target, + guint32 access G_GNUC_UNUSED, gboolean inherit G_GNUC_UNUSED, guint32 options G_GNUC_UNUSED); + +pid_t +wapi_getpid (void); + #endif /* _WAPI_WAPI_H_ */