~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to vio/vio_priv.h

  • Committer: Brian Aker
  • Date: 2008-07-13 19:39:24 UTC
  • Revision ID: brian@tangent.org-20080713193924-tf5yc33skcq224uf
More my_bool conversion. This time the set_var class.

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, uint32_t which, uint32_t timeout);
29
 
void    vio_timeout(Vio *vio,uint32_t which, uint32_t timeout);
 
28
void    vio_ignore_timeout(Vio *vio, uint which, uint timeout);
 
29
void    vio_timeout(Vio *vio,uint which, uint timeout);