summaryrefslogtreecommitdiff
path: root/astro/ephem/files/patch-eq_ecl.c
blob: f255e3d42f60008ef5b9eb738060f22e46967a5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- eq_ecl.c.orig	Sun Jan 21 20:41:41 2007
+++ eq_ecl.c	Sun Jan 21 20:42:16 2007
@@ -2,6 +2,8 @@
 #include <math.h>
 #include "astro.h"
 
+static ecleq_aux (int sw, double mjd, double x, double y, double *p, double *q);
+
 #define	EQtoECL	1
 #define	ECLtoEQ	(-1)