~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tztime.h

  • Committer: Mark Atwood
  • Date: 2008-10-16 11:16:12 UTC
  • mfrom: (520.1.2 drizzle)
  • mto: (520.1.13 drizzle)
  • mto: This revision was merged to the branch mainline in revision 530.
  • Revision ID: mark@fallenpegasus.com-20081016111612-5nei7m5subslx912
mergeĀ fromĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
extern Time_zone * my_tz_SYSTEM;
61
61
extern Time_zone * my_tz_OFFSET0;
62
62
extern Time_zone * my_tz_find(THD *thd, const String *name);
63
 
extern bool     my_tz_init(THD *org_thd, const char *default_tzname, bool bootstrap);
 
63
extern bool     my_tz_init(THD *org_thd, const char *default_tzname);
64
64
extern void        my_tz_free();
65
65
extern my_time_t   sec_since_epoch_TIME(DRIZZLE_TIME *t);