mirror of
https://github.com/cuberite/libevent.git
synced 2025-08-22 02:26:26 -04:00
7 lines
93 B
C
7 lines
93 B
C
#ifndef MISC_H
|
|
#define MISC_H
|
|
|
|
int gettimeofday(struct timeval *,struct timezone *);
|
|
|
|
#endif
|