~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.h

Fixed the clock_gettime test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef DRIZZLED_SQL_LOCALE_H
21
21
#define DRIZZLED_SQL_LOCALE_H
22
22
 
23
 
namespace drizzled
24
 
{
25
 
 
26
23
typedef struct st_typelib TYPELIB;
27
24
 
28
25
typedef struct my_locale_st
53
50
MY_LOCALE *my_locale_by_name(const char *name);
54
51
MY_LOCALE *my_locale_by_number(uint32_t number);
55
52
 
56
 
} /* namespace drizzled */
57
 
 
58
53
#endif /* DRIZZLED_SQL_LOCALE_H */