~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Brian Aker
  • Date: 2008-07-15 20:14:05 UTC
  • mfrom: (77.1.112 codestyle)
  • Revision ID: brian@tangent.org-20080715201405-hov2omn1y8k5r00o
Saving import from Monty

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);