Index: trunk/Ohana/src/opihi/mana/mana.c
===================================================================
--- trunk/Ohana/src/opihi/mana/mana.c	(revision 2598)
+++ trunk/Ohana/src/opihi/mana/mana.c	(revision 2826)
@@ -10,5 +10,5 @@
 void InitData ();
 void InitAstro ();
-
+void InitMana ();
 
 void welcome () {
@@ -44,4 +44,5 @@
   InitAstro ();
   InitOutfile ();
+  InitMana ();
 
   rl_readline_name = opihi_name;
