~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Monty Taylor
  • Date: 2008-07-15 19:05:24 UTC
  • mfrom: (77.1.109 codestyle)
  • mto: This revision was merged to the branch mainline in revision 176.
  • Revision ID: monty@inaugust.com-20080715190524-nc4uahsj82181zpp
Merged fro mcodestyle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
323
323
 
324
324
int cli_read_change_user_result(MYSQL *mysql, char *buff, const char *passwd)
325
325
{
 
326
  (void)buff;
 
327
  (void)passwd;
326
328
  ulong pkt_length;
327
329
 
328
330
  pkt_length= cli_safe_read(mysql);