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