~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/convert.h

  • Committer: Eric Day
  • Date: 2010-03-18 18:07:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1409.
  • Revision ID: eday@oddments.org-20100318180758-n4gj52ln6fa4ik1b
Fixed authentication plugin checks, added required functionality for protocol/auth plugins to specify password type and context.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
uint64_t drizzled_string_to_hex(char *to, const char *from,
50
50
                                uint64_t from_size);
 
51
void drizzled_hex_to_string(char *to, const char *from, uint64_t from_size);
51
52
 
52
53
} /* namespace drizzled */
53
54