~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/calendar.h

  • Committer: Brian Aker
  • Date: 2010-04-20 18:36:10 UTC
  • mfrom: (1461.2.3 more-valgrind)
  • Revision ID: brian@gaz-20100420183610-qnhkalsqa892h8as
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
namespace drizzled
92
92
{
93
93
 
94
 
#ifdef __cplusplus
95
 
extern "C" {
96
 
#endif
97
 
 
98
94
/**
99
95
 * Different calendars supported by the temporal library
100
96
 */
335
331
 */
336
332
uint32_t months_to_year_month(uint32_t months);
337
333
 
338
 
#ifdef __cplusplus
339
 
}
340
 
#endif
341
 
 
342
334
} /* namespace drizzled */
343
335
 
344
336
#endif /* DRIZZLED_CALENDAR_H */