21
21
#ifndef DRIZZLED_DISPLAY_H
22
22
#define DRIZZLED_DISPLAY_H
30
35
const std::string &type(drizzled::enum_server_command type);
32
36
const std::string &type(bool type);
33
38
std::string hexdump(const unsigned char *str, size_t length);
35
40
} /* namespace display */