~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/drizzle_time.h

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:57:38 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731185738-uihwm9pdcswimfcj
my_bool cleanup in libdrizzle time stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
{
54
54
  unsigned int  year, month, day, hour, minute, second;
55
55
  unsigned long second_part;
56
 
  my_bool       neg;
 
56
  bool       neg;
57
57
  enum enum_drizzle_timestamp_type time_type;
58
58
} DRIZZLE_TIME;
59
59