Files
bind9/lib/bind/bsd/gettimeofday.h
2001-03-29 06:31:59 +00:00

8 lines
142 B
C

#ifndef gettimeofday_h
#define gettimeofday_h
#include <sys/time.h>
int isc__gettimeofday(struct timeval *tp, struct timezone *tzp);
#endif