mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
9f7d28bb81
svn:r235
12 lines
160 B
C
12 lines
160 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
struct timezone;
|
|
struct timeval;
|
|
|
|
#ifndef HAVE_GETTIMEOFDAY
|
|
int gettimeofday(struct timeval *,struct timezone *);
|
|
#endif
|
|
|
|
#endif
|