aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/unix/ngx_channel.h')
-rw-r--r--src/os/unix/ngx_channel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/os/unix/ngx_channel.h b/src/os/unix/ngx_channel.h
index a8c86630e..365d4394b 100644
--- a/src/os/unix/ngx_channel.h
+++ b/src/os/unix/ngx_channel.h
@@ -22,11 +22,11 @@ typedef struct {
ngx_int_t ngx_write_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
- ngx_log_t *log);
+ ngx_log_t *log);
ngx_int_t ngx_read_channel(ngx_socket_t s, ngx_channel_t *ch, size_t size,
- ngx_log_t *log);
+ ngx_log_t *log);
ngx_int_t ngx_add_channel_event(ngx_cycle_t *cycle, ngx_fd_t fd,
- ngx_int_t event, ngx_event_handler_pt handler);
+ ngx_int_t event, ngx_event_handler_pt handler);
void ngx_close_channel(ngx_fd_t *fd, ngx_log_t *log);