Cleanup after the OPTIONS parsing was moved.
[ghc-hetmet.git] / ghc / rts / win32 / AsyncIO.h
index d30d55d..2077ea0 100644 (file)
@@ -13,11 +13,13 @@ addIORequest(int   fd,
             int   len,
             char* buf);
 extern unsigned int addDelayRequest(int   msecs);
+extern unsigned int addDoProcRequest(void* proc, void* param);
 extern int  startupAsyncIO(void);
 extern void shutdownAsyncIO(void);
 
 extern int awaitRequests(rtsBool wait);
 
 extern void abandonRequestWait(void);
+extern void resetAbandonRequestWait(void);
 
 #endif /* __ASYNCHIO_H__ */