~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_locale.h

  • Committer: Monty Taylor
  • Date: 2009-10-06 19:20:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091006192036-3n7cu7gumica4bkz
Added missing include guards. Removed server_includes.h from header.

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 */