~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to drizzled/internal/t_ctype.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  LC_COLLATE category + Level information
29
29
*/
30
30
 
31
 
#ifndef MYSTRINGS_T_CTYPE_H
32
 
#define MYSTRINGS_T_CTYPE_H
 
31
#ifndef DRIZZLED_INTERNAL_T_CTYPE_H
 
32
#define DRIZZLED_INTERNAL_T_CTYPE_H
33
33
 
34
34
typedef unsigned char tchar;
35
35
 
253
253
/* Function prototype called by sql/field.cc */
254
254
void ThNormalize(unsigned char* ptr, uint32_t field_length, const unsigned char* from, uint32_t length);
255
255
 
256
 
#endif /* MYSTRINGS_T_CTYPE_H */
 
256
#endif /* DRIZZLED_INTERNAL_T_CTYPE_H */