[project @ 2003-03-17 14:47:47 by simonmar]
[ghc-hetmet.git] / ghc / rts / win32 / AsyncIO.h
index 831f792..d30d55d 100644 (file)
@@ -12,10 +12,12 @@ addIORequest(int   fd,
             int   isSock,
             int   len,
             char* buf);
-
+extern unsigned int addDelayRequest(int   msecs);
 extern int  startupAsyncIO(void);
 extern void shutdownAsyncIO(void);
 
 extern int awaitRequests(rtsBool wait);
 
+extern void abandonRequestWait(void);
+
 #endif /* __ASYNCHIO_H__ */