~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/vio_priv.h

  • Committer: Monty Taylor
  • Date: 2008-07-16 19:02:10 UTC
  • mfrom: (173 drizzle)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080716190210-nj079f3xrije8ksw
MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <sys/socket.h>
26
26
#include <netdb.h>
27
27
 
28
 
void    vio_ignore_timeout(Vio *vio, uint which, uint timeout);
29
 
void    vio_timeout(Vio *vio,uint which, uint timeout);
 
28
void    vio_ignore_timeout(Vio *vio, uint32_t which, uint32_t timeout);
 
29
void    vio_timeout(Vio *vio,uint32_t which, uint32_t timeout);