summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_clock.h
blob: 0c51709798f35f9da481fa423ba6ae47741a864f (plain)
1
2
3
4
5
6
7
8
9
10
11
12

	/* (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