From a51f3766559bbfc2d459d59bdd3206a2e3f954b4 Mon Sep 17 00:00:00 2001 From: Jeroen Janssen Date: Wed, 17 Aug 2011 13:21:44 +0200 Subject: [PATCH] added missing prototype for uv_process_pipe_shutdown_req --- src/win/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/internal.h b/src/win/internal.h index 380fecc0..de41bfd4 100644 --- a/src/win/internal.h +++ b/src/win/internal.h @@ -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