summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_clock.h
blob: cf92521dcc3b23ab152fcb7cade29c6104e6523d (plain)
1
2
3
4
5
6
7
8
9
10
11
	/* (c) 2007,2008 Andrei Nigmatulin */

#ifndef FPM_CLOCK_H
#define FPM_CLOCK_H 1

#include <sys/time.h>

int fpm_clock_init();
int fpm_clock_get(struct timeval *tv);

#endif