Sign in
goma
/
wine
/
4d1d359c2bc0a6c57728653bd8484dd59ed92f57
/
.
/
include
/
async.h
blob: 52c0bbad7331de63178a058bc11788eaa2f4b5c7 [
file
] [
log
] [
blame
]
#ifndef
__WINE_ASYNC_H
#define
__WINE_ASYNC_H
extern
void
ASYNC_RegisterFD
(
int
unixfd
,
void
(*
handler
)(
int
fd
,
void
*
private
),
void
*
private
);
extern
void
ASYNC_UnregisterFD
(
int
unixfd
,
void
(*
handler
)(
int
fd
,
void
*
private
));
#endif