summaryrefslogtreecommitdiff
path: root/sapi/fpm/fpm/fpm_clock.h
blob: 7f62d0055f71f3327f0f63472fe51cdd0d8c6774 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	/* $Id: fpm_clock.h,v 1.2 2008/05/24 17:38:47 anight Exp $ */
	/* (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