~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/my_time.h

  • Committer: Brian Aker
  • Date: 2008-08-10 16:57:26 UTC
  • Revision ID: brian@tangent.org-20080810165726-mc1660l11a5vkv69
libdrizzle has ulong removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
                                TIME_MAX_MINUTE * 60L + TIME_MAX_SECOND)
81
81
 
82
82
bool check_date(const DRIZZLE_TIME *ltime, bool not_zero_date,
83
 
                   ulong flags, int *was_cut);
 
83
                   uint32_t flags, int *was_cut);
84
84
enum enum_drizzle_timestamp_type
85
85
str_to_datetime(const char *str, uint length, DRIZZLE_TIME *l_time,
86
86
                uint flags, int *was_cut);