added missing prototype for uv_process_pipe_shutdown_req

This commit is contained in:
Jeroen Janssen 2011-08-17 13:21:44 +02:00 committed by Bert Belder
parent 507c4ccea6
commit a51f376655

View File

@ -198,6 +198,7 @@ void uv_process_pipe_read_req(uv_pipe_t* handle, uv_req_t* req);
void uv_process_pipe_write_req(uv_pipe_t* handle, uv_write_t* req);
void uv_process_pipe_accept_req(uv_pipe_t* handle, uv_req_t* raw_req);
void uv_process_pipe_connect_req(uv_pipe_t* handle, uv_connect_t* req);
void uv_process_pipe_shutdown_req(uv_pipe_t* handle, uv_shutdown_t* req);
/*
* Loop watchers