Updates to Tomato RAF including NGINX && PHP
[tomato.git] / release / src / router / php / sapi / fpm / fpm / fpm_clock.h
blob6aab959e16d5e8d0467904a9dc22c0d76ab1ffa8
2 /* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
3 /* (c) 2007,2008 Andrei Nigmatulin */
5 #ifndef FPM_CLOCK_H
6 #define FPM_CLOCK_H 1
8 #include <sys/time.h>
10 int fpm_clock_init();
11 int fpm_clock_get(struct timeval *tv);
13 #endif