source:
trunk/include/win/async.h
Last change on this file was 4, checked in by , 26 years ago | |
---|---|
File size: 286 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | /* $Id: async.h,v 1.1 1999-05-24 20:19:08 ktk Exp $ */ |
2 | ||
3 | #ifndef __WINE_ASYNC_H | |
4 | #define __WINE_ASYNC_H | |
5 | ||
6 | extern void ASYNC_RegisterFD(int unixfd,void (*handler)(int fd,void *private),void *private); | |
7 | extern void ASYNC_UnregisterFD(int unixfd,void (*handler)(int fd,void *private)); | |
8 | #endif |
Note:
See TracBrowser
for help on using the repository browser.