From 8595c4887e12b208baa41ed56c6b1885ab48b0e8 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Mon, 28 Dec 2009 14:59:41 +0100 Subject: Use struct timespec instead of time_t for increased time precision. --- src/solar.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/solar.h') diff --git a/src/solar.h b/src/solar.h index 5897373..304b8ec 100644 --- a/src/solar.h +++ b/src/solar.h @@ -44,7 +44,8 @@ typedef enum { SOLAR_TIME_MAX } solar_time_t; -double solar_elevation(time_t t, double lat, double lon); -void solar_table_fill(time_t date, double lat, double lon, time_t *table); +double solar_elevation(struct timespec date, double lat, double lon); +void solar_table_fill(struct timespec date, double lat, double lon, + time_t *table); #endif /* ! _SOLAR_H */ -- cgit v1.2.3-70-g09d2