aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libred.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libred.h b/src/libred.h
index 5258de7..322f14d 100644
--- a/src/libred.h
+++ b/src/libred.h
@@ -93,7 +93,7 @@
* @throws 0 On success.
* @throws Any error specified for clock_gettime(3) on error.
*/
-double libred_solar_elevation(double latitude, double longitude);
+double libred_solar_elevation(double, double);
/**