Index: trunk/Ohana/src/opihi/dvo/dvo.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/dvo.c	(revision 7917)
+++ trunk/Ohana/src/opihi/dvo/dvo.c	(revision 7960)
@@ -17,4 +17,6 @@
   InitAstro ();
   InitDVO ();
+
+  gprintInit ();
 
   if (!SetCATDIR (NULL, FALSE)) {
@@ -48,2 +50,9 @@
   return;
 }
+
+/* call to opihi shell */
+int main (int argc, char **argv) {
+  int status;
+  status = opihi (argc, argv);
+  exit (status);
+}
