~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/libdrizzle_priv.h

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:02:41 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208110241-k1akazr82soa3wdl
More drizzleclient lib renaming.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
int connect_with_timeout(int fd, const struct sockaddr *name,
56
56
                         unsigned int namelen, int32_t timeout);
57
 
int wait_for_data(int fd, int32_t timeout);
58
57
 
59
58
void drizzle_close_free_options(DRIZZLE *drizzle);
60
59
void drizzle_close_free(DRIZZLE *drizzle);