Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
unix: add missing function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul authored and bnoordhuis committed Apr 5, 2012
1 parent 637d976 commit e3468e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/internal.h
Expand Up @@ -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)
Expand Down

0 comments on commit e3468e9

Please sign in to comment.