diff options
Diffstat (limited to 'src/examples/mhd2spdy_spdy.h')
-rw-r--r-- | src/examples/mhd2spdy_spdy.h | 4 |
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 | |||
47 | spdy_free_connection(struct SPDY_Connection * connection); | 47 | spdy_free_connection(struct SPDY_Connection * connection); |
48 | 48 | ||
49 | void | 49 | void |
50 | spdy_get_pollfdset(struct pollfd fds[], struct SPDY_Connection *connections[], int max_size, nfds_t *real_size); | 50 | spdy_get_pollfdset(struct pollfd fds[], struct SPDY_Connection *connections[], unsigned int max_size, nfds_t *real_size); |
51 | 51 | ||
52 | 52 | ||
53 | int | 53 | int |
54 | spdy_get_selectfdset(fd_set * read_fd_set, | 54 | spdy_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 | ||
59 | void | 59 | void |
60 | spdy_run(struct pollfd fds[], struct SPDY_Connection *connections[], int size); | 60 | spdy_run(struct pollfd fds[], struct SPDY_Connection *connections[], int size); |