Before compiling on Windows.

This commit is contained in:
Diego Nehab
2005-10-07 04:40:59 +00:00
parent 562d8cceb7
commit f4dadea763
26 changed files with 475 additions and 462 deletions

View File

@ -39,7 +39,7 @@ typedef int (*p_send) (
const char *data, /* pointer to buffer with data to send */
size_t count, /* number of bytes to send from buffer */
size_t *sent, /* number of bytes sent uppon return */
p_tm tm /* timeout control */
p_timeout tm /* timeout control */
);
/* interface to recv function */
@ -48,7 +48,7 @@ typedef int (*p_recv) (
char *data, /* pointer to buffer where data will be writen */
size_t count, /* number of bytes to receive into buffer */
size_t *got, /* number of bytes received uppon return */
p_tm tm /* timeout control */
p_timeout tm /* timeout control */
);
/* IO driver definition */