~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/field/str.h

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include <drizzled/field.h>
25
25
 
 
26
namespace drizzled
 
27
{
 
28
 
26
29
typedef struct charset_info_st CHARSET_INFO;
27
30
 
28
31
/* base class for all string related classes */
96
99
                             const CHARSET_INFO * const cs);
97
100
 
98
101
 
 
102
} /* namespace drizzled */
 
103
 
99
104
#endif /* DRIZZLED_FIELD_STR_H */