xref: /PHP-7.1/sapi/fpm/fpm/fpm_clock.h (revision 03f3b847)
1 	/* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
2 	/* (c) 2007,2008 Andrei Nigmatulin */
3 
4 #ifndef FPM_CLOCK_H
5 #define FPM_CLOCK_H 1
6 
7 #include <sys/time.h>
8 
9 int fpm_clock_init();
10 int fpm_clock_get(struct timeval *tv);
11 
12 #endif
13