From 7efe006a319f91f5bfa98a72b424a99897e9792f Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 7 Mar 2025 22:31:13 +0100 Subject: Fix bugs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libred.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libred.h') diff --git a/libred.h b/libred.h index 21920ff..9d59d39 100644 --- a/libred.h +++ b/libred.h @@ -3,6 +3,9 @@ #define LIBRED_H +/* bug fix: */ +#define libred_solar_elevation libred_solar_elevation__int + /** * Approximate apparent size of the Sun in degrees @@ -143,7 +146,7 @@ * @return 0 on success, -1 on failure * @throws Any error specified for clock_gettime(3) on error */ -double libred_solar_elevation(double, double, double *); +int libred_solar_elevation(double, double, double *); /** -- cgit v1.2.3-70-g09d2