~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

  • Committer: Monty Taylor
  • Date: 2009-02-08 11:11:30 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: mordred@inaugust.com-20090208111130-futpwptxv5he3boe
Renamed non-prefixed things from libdrizzleclient to drizzleclient.

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
  current_db= *((*argv)++);
286
286
  (*argc)--;
287
287
  if (tty_password)
288
 
    opt_password=get_tty_password(NULL);
 
288
    opt_password=drizzleclient_get_tty_password(NULL);
289
289
  return(0);
290
290
}
291
291