File wmSun-1.03.dif of Package WindowMaker-applets
--- wmSun/SunRise.c
+++ wmSun/SunRise.c
@@ -11,7 +11,7 @@
double P2 = 6.283185307;
-SunRise(int year, int month, int day, double LocalHour, double *UTRise, double *UTSet){
+void SunRise(int year, int month, int day, double LocalHour, double *UTRise, double *UTSet){
double UT, ym, y0, yp, SinH0;
double xe, ye, z1, z2, SinH(), hour24();
@@ -80,7 +80,7 @@
}
-UTTohhmm(double UT, int *h, int *m){
+void UTTohhmm(double UT, int *h, int *m){
if (UT < 0.0) {