~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_sys.h

  • Committer: Monty Taylor
  • Date: 2008-12-18 06:30:02 UTC
  • mto: This revision was merged to the branch mainline in revision 714.
  • Revision ID: monty@bitters-20081218063002-a5yc590075j75xar
Fixed a my_time() holdout.

Show diffs side-by-side

added added

removed removed

Lines of Context:
473
473
extern uint32_t my_set_max_open_files(uint32_t files);
474
474
void my_free_open_file_info(void);
475
475
 
476
 
extern time_t my_time(myf flags);
477
476
extern uint64_t my_getsystime(void);
478
477
extern uint64_t my_micro_time(void);
479
478
extern uint64_t my_micro_time_and_time(time_t *time_arg);