~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_time.h

  • Committer: Stewart Smith
  • Date: 2009-10-08 13:02:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008130245-s4pz3i5o4x8wjx7e
make my_time_to_str() static to mysys/my_time.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
*/
127
127
#define MAX_DATE_STRING_REP_LENGTH 30
128
128
 
129
 
int my_time_to_str(const DRIZZLE_TIME *l_time, char *to);
130
129
int my_date_to_str(const DRIZZLE_TIME *l_time, char *to);
131
130
int my_datetime_to_str(const DRIZZLE_TIME *l_time, char *to);
132
131
int my_TIME_to_str(const DRIZZLE_TIME *l_time, char *to);