diff --git a/include/uv.h b/include/uv.h index 042944af..16098845 100644 --- a/include/uv.h +++ b/include/uv.h @@ -517,10 +517,9 @@ struct uv_write_s { /* * Used to determine whether a stream is readable or writable. - * TODO: export in v0.8. */ -/* UV_EXTERN */ int uv_is_readable(uv_stream_t* handle); -/* UV_EXTERN */ int uv_is_writable(uv_stream_t* handle); +UV_EXTERN int uv_is_readable(uv_stream_t* handle); +UV_EXTERN int uv_is_writable(uv_stream_t* handle); /*