~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/get_password.c

MergedĀ trunkĀ up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
  to will not include the eol characters.
109
109
*/
110
110
 
111
 
static void get_password(char *to,uint length,int fd, my_bool echo)
 
111
static void get_password(char *to,uint length,int fd, bool echo)
112
112
{
113
113
  char *pos=to,*end=to+length;
114
114