~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/util/convert.h

MErgeĀ Eric.

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