~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/vio_priv.h

Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <netdb.h>
30
30
 
31
 
void    vio_ignore_timeout(Vio *vio, uint32_t which, uint32_t timeout);
32
 
void    vio_timeout(Vio *vio,uint32_t which, uint32_t timeout);
 
31
void vio_ignore_timeout(Vio *vio, bool is_sndtimeo, int32_t timeout);
 
32
void vio_timeout(Vio *vio, bool is_sndtimeo, int32_t timeout);