~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.h

  • Committer: Monty Taylor
  • Date: 2009-09-22 21:56:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1144.
  • Revision ID: mordred@inaugust.com-20090922215603-yf2itjcwbndu2m4k
pandora-build v0.62 - cleaned up some copyright header mistakes. Merged in trond's innodb detection.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef DRIZZLED_SQL_LOCALE_H
21
 
#define DRIZZLED_SQL_LOCALE_H
22
 
 
23
 
namespace drizzled
24
 
{
25
 
 
26
 
typedef struct st_typelib TYPELIB;
 
20
#ifndef DRIZZLE_SERVER_LOCALE_H
 
21
#define DRIZZLE_SERVER_LOCALE_H
27
22
 
28
23
typedef struct my_locale_st
29
24
{
53
48
MY_LOCALE *my_locale_by_name(const char *name);
54
49
MY_LOCALE *my_locale_by_number(uint32_t number);
55
50
 
56
 
} /* namespace drizzled */
57
 
 
58
 
#endif /* DRIZZLED_SQL_LOCALE_H */
 
51
#endif /* DRIZZLE_SERVER_LOCALE_H */