~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.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:
217
217
 
218
218
  commands = argv;
219
219
  if (tty_password)
220
 
    opt_password = get_tty_password(NULL);
 
220
    opt_password = drizzleclient_get_tty_password(NULL);
221
221
 
222
222
  signal(SIGINT,endprog);                       /* Here if abort */
223
223
  signal(SIGTERM,endprog);              /* Here if abort */