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