~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzle_time.h

  • Committer: Brian Aker
  • Date: 2010-12-18 07:46:49 UTC
  • mto: (2015.1.1 clean)
  • mto: This revision was merged to the branch mainline in revision 2018.
  • Revision ID: brian@tangent.org-20101218074649-0zz1lf2tbhopfugm
Adding in time type.

Show diffs side-by-side

added added

removed removed

Lines of Context:
156
156
*/
157
157
#define MAX_DATE_STRING_REP_LENGTH 30
158
158
 
 
159
int my_time_to_str(const DRIZZLE_TIME *l_time, char *to);
159
160
int my_date_to_str(const DRIZZLE_TIME *l_time, char *to);
160
161
int my_datetime_to_str(const DRIZZLE_TIME *l_time, char *to);
161
162
int my_TIME_to_str(const DRIZZLE_TIME *l_time, char *to);