~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client_settings.h

  • Committer: Brian Aker
  • Date: 2008-08-10 16:57:26 UTC
  • Revision ID: brian@tangent.org-20080810165726-mc1660l11a5vkv69
libdrizzle has ulong removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
DRIZZLE * STDCALL
39
39
cli_drizzle_connect(DRIZZLE *drizzle,const char *host, const char *user,
40
40
                       const char *passwd, const char *db,
41
 
                       uint port, const char *unix_socket,ulong client_flag);
 
41
                       uint port, const char *unix_socket,uint32_t client_flag);
42
42
 
43
43
void cli_drizzle_close(DRIZZLE *drizzle);
44
44