~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to include/violite.h

  • Committer: Brian Aker
  • Date: 2008-07-23 00:11:39 UTC
  • Revision ID: brian@tangent.org-20080723001139-967ewfngqqotwb6e
Removed final uint dead types.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
/* Get socket number */
69
69
my_socket vio_fd(Vio*vio);
70
70
/* Remote peer's address and name in text form */
71
 
bool vio_peer_addr(Vio *vio, char *buf, uint16 *port, size_t buflen);
 
71
bool vio_peer_addr(Vio *vio, char *buf, uint16_t *port, size_t buflen);
72
72
bool    vio_poll_read(Vio *vio,uint timeout);
73
73
bool vio_peek_read(Vio *vio, uint *bytes);
74
74