aboutsummaryrefslogtreecommitdiff
path: root/src/examples/mhd2spdy_spdy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/examples/mhd2spdy_spdy.h')
-rw-r--r--src/examples/mhd2spdy_spdy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/examples/mhd2spdy_spdy.h b/src/examples/mhd2spdy_spdy.h
index e9568ea8..04fcf9d2 100644
--- a/src/examples/mhd2spdy_spdy.h
+++ b/src/examples/mhd2spdy_spdy.h
@@ -47,14 +47,14 @@ void
47spdy_free_connection(struct SPDY_Connection * connection); 47spdy_free_connection(struct SPDY_Connection * connection);
48 48
49void 49void
50spdy_get_pollfdset(struct pollfd fds[], struct SPDY_Connection *connections[], int max_size, nfds_t *real_size); 50spdy_get_pollfdset(struct pollfd fds[], struct SPDY_Connection *connections[], unsigned int max_size, nfds_t *real_size);
51 51
52 52
53int 53int
54spdy_get_selectfdset(fd_set * read_fd_set, 54spdy_get_selectfdset(fd_set * read_fd_set,
55 fd_set * write_fd_set, 55 fd_set * write_fd_set,
56 fd_set * except_fd_set, 56 fd_set * except_fd_set,
57 struct SPDY_Connection *connections[], int max_size, nfds_t *real_size); 57 struct SPDY_Connection *connections[], unsigned int max_size, nfds_t *real_size);
58 58
59void 59void
60spdy_run(struct pollfd fds[], struct SPDY_Connection *connections[], int size); 60spdy_run(struct pollfd fds[], struct SPDY_Connection *connections[], int size);