~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/display.h

  • Committer: Brian Aker
  • Date: 2010-12-16 04:01:22 UTC
  • mfrom: (1996.2.1 compare)
  • Revision ID: brian@tangent.org-20101216040122-eodh5shwsij35ybe
Merge in uuid tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
const std::string &type(drizzled::enum_server_command type);
31
31
const std::string &type(drizzled::enum_field_types type);
32
32
const std::string &type(bool type);
 
33
std::string hexdump(const unsigned char *str, size_t length);
33
34
 
34
35
} /* namespace display */
35
36
} /* namespace drizzled */