summaryrefslogtreecommitdiff
path: root/x11/xphoon/patches/patch-ah
blob: f550f7540cfb6a4a787f32c829a9e8b4c4d83cf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ah,v 1.1 2008/07/28 02:45:56 dholland Exp $

--- /dev/null	2008-07-27 22:06:36.000000000 -0400
+++ xphoon.h	2008-07-27 22:00:25.000000000 -0400
@@ -0,0 +1,11 @@
+struct tws;
+
+void getbits(int *wP, int *hP, char **moonP, int *cxP, int *cyP, int *rP);
+double jtime(struct tws *t);
+double phase(double pdate,
+	     double *pphase,
+	     double *mage,
+	     double *dist,
+	     double *angdia,
+	     double *sudist,
+	     double *suangdia);