aboutsummaryrefslogtreecommitdiffstats
path: root/libred.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libred.h5
-rw-r--r--libred.h.02
2 files changed, 5 insertions, 2 deletions
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 *);
/**
diff --git a/libred.h.0 b/libred.h.0
index c4f8a93..606e234 100644
--- a/libred.h.0
+++ b/libred.h.0
@@ -126,7 +126,7 @@ This header defines the following functions:
.BR libred_get_temperature (3)
.TP
*
-.BR libred_get_temperature (3)
+.BR libred_get_temperature_xy (3)
.TP
*
.BR libred_solar_elevation (3)