blob: f154bccb87e87a7c0fb9acff39c08d8236d3b2e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- astro.c.orig 2023-06-03 14:41:54 UTC
+++ astro.c
@@ -7,7 +7,7 @@
#include <math.h>
#include "mathlocal.h"
-long time();
+time_t time();
long jdate();
double jtime();
double gmst();
|