MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
misc.h
1 #ifndef MISC_H
2 #define MISC_H
3 
4 struct timezone;
5 struct timeval;
6 
7 #ifndef HAVE_GETTIMEOFDAY
8 int gettimeofday(struct timeval *,struct timezone *);
9 #endif
10 
11 #endif