~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 17:18:41 UTC
  • mfrom: (287.3.13 codestyle)
  • Revision ID: brian@tangent.org-20080810171841-pkvi2ky94wbd0nt5
Merge from Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define reset_sigpipe(drizzle)
36
36
 
37
37
void mysql_detach_stmt_list(LIST **stmt_list, const char *func_name);
38
 
DRIZZLE * STDCALL
 
38
DRIZZLE *
39
39
cli_drizzle_connect(DRIZZLE *drizzle,const char *host, const char *user,
40
40
                       const char *passwd, const char *db,
41
41
                       uint port, const char *unix_socket,uint32_t client_flag);