~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/convert.h

  • Committer: Brian Aker
  • Date: 2009-11-27 18:34:26 UTC
  • mfrom: (1143.3.9 transaction-log)
  • Revision ID: brian@gaz-20091127183426-uj7730j5c5xwmo2x
Merge Jay

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  return str;
43
43
}
44
44
 
 
45
void bytesToHexdumpFormat(std::string &s, const unsigned char *from, size_t from_length);
 
46
 
45
47
extern "C"
46
48
{
47
49
  uint64_t drizzled_string_to_hex(char *to, const char *from,