unix: add missing function declaration

This commit is contained in:
saghul 2012-04-05 08:21:09 +02:00 committed by Ben Noordhuis
parent 637d976c19
commit e3468e9d42

View File

@ -151,6 +151,7 @@ void uv__process_close(uv_process_t* handle);
void uv__stream_close(uv_stream_t* handle);
void uv__timer_close(uv_timer_t* handle);
void uv__udp_close(uv_udp_t* handle);
void uv__udp_finish_close(uv_udp_t* handle);
#define UV__F_IPC (1 << 0)
#define UV__F_NONBLOCK (1 << 1)