xref: /php-src/sapi/fpm/fpm/fpm_clock.h (revision c40231af)
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(void);
9 int fpm_clock_get(struct timeval *tv);
10 
11 #endif
12