[project @ 2003-07-03 15:14:56 by sof]
[ghc-hetmet.git] / ghc / rts / win32 / AsyncIO.h
index d30d55d..00581c5 100644 (file)
@@ -13,6 +13,7 @@ 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);