~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.h

  • Committer: Brian Aker
  • Date: 2008-09-16 09:41:23 UTC
  • Revision ID: brian@gir.lan-20080916094123-2ws792vn896n2g53
Fixed uint/ushort issue in libdrizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
  bool net_should_close(NET *net);
87
87
  bool net_more_data(NET *net);
88
88
 
89
 
  void my_net_set_write_timeout(NET *net, uint timeout);
90
 
  void my_net_set_read_timeout(NET *net, uint timeout);
 
89
  void my_net_set_write_timeout(NET *net, uint32_t timeout);
 
90
  void my_net_set_read_timeout(NET *net, uint32_t timeout);
91
91
  void net_clear_error(NET *net);
92
92
 
93
93
#ifdef __cplusplus