~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client_settings.h

  • Committer: Mats Kindahl
  • Date: 2008-08-25 19:04:45 UTC
  • mfrom: (371 trunk)
  • mto: (489.1.2 codestyle)
  • mto: This revision was merged to the branch mainline in revision 372.
  • Revision ID: mats@mysql.com-20080825190445-xsby29pqsfrapuxd
Merging lp:~mkindahl/stdize-code with lp:drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#define set_sigpipe(drizzle)
35
35
#define reset_sigpipe(drizzle)
36
36
 
37
 
void mysql_detach_stmt_list(LIST **stmt_list, const char *func_name);
38
37
DRIZZLE *
39
38
cli_drizzle_connect(DRIZZLE *drizzle,const char *host, const char *user,
40
39
                       const char *passwd, const char *db,