Sign in
goma
/
wine
/
9fe7a2545ab7d0d1c1ee153b85641db2d688bdc3
/
.
/
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