xref: /PHP-7.4/sapi/fpm/fpm/fpm_clock.h (revision 1ad08256)
1 	/* (c) 2007,2008 Andrei Nigmatulin */
2 
3 #ifndef FPM_CLOCK_H
4 #define FPM_CLOCK_H 1
5 
6 #include <sys/time.h>
7 
8 int fpm_clock_init();
9 int fpm_clock_get(struct timeval *tv);
10 
11 #endif
12