blob: ee463ed6068762f3012f55029f14c241c9677bee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
diff -u altmenus.c.orig altmenus.c
--- altmenus.c.orig Sat Mar 14 23:21:53 1992
+++ altmenus.c Sun Jan 21 20:31:43 2007
@@ -8,6 +8,13 @@
#include "circum.h"
#include "screen.h"
+static alt1_labels();
+static alt2_labels();
+static alt3_labels();
+static alt1_body (int p, int force, Now *np);
+static alt2_body (int p, int force, Now *np);
+static alt3_body (int p, int force, Now *np);
+
static int altmenu = F_MNU1; /* which alternate menu is up; one of F_MNUi */
static int alt2_stdhzn; /* whether to use STDHZN (aot ADPHZN) horizon algthm */
static int alt3_geoc; /* whether to use geocentric (aot topocentric) vantage*/
|