Index: trunk/Ohana/src/opihi/dvo/init.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/init.c	(revision 31450)
+++ trunk/Ohana/src/opihi/dvo/init.c	(revision 33662)
@@ -23,8 +23,10 @@
 int fitsed          PROTO((int, char **));
 int gcat            PROTO((int, char **));
+int catlist         PROTO((int, char **));
 int getxtra         PROTO((int, char **));
 int gimages         PROTO((int, char **));
 int gstar           PROTO((int, char **));
 int gtypes          PROTO((int, char **));
+int hosts           PROTO((int, char **));
 int images          PROTO((int, char **));
 int imbox           PROTO((int, char **));
@@ -47,4 +49,5 @@
 int paverage        PROTO((int, char **));
 int procks          PROTO((int, char **));
+int remote          PROTO((int, char **));
 int showtile        PROTO((int, char **));
 int skycat          PROTO((int, char **));
@@ -77,6 +80,8 @@
   {1, "fitsed",      fitsed,       "fit stellar SEDs to objects"},
   {1, "gcat",        gcat,         "get catalog at location"},
+  {1, "catlist",     catlist,      "get list of catalogs for region / host"},
   {1, "gimages",     gimages,      "get images at location"},
   {1, "gstar",       gstar,        "get star statistics"},
+  {1, "hosts",       hosts,        "remote host support functions"},
   {1, "images",      images,       "plot image boxes"},
   {1, "imbox",       imbox,        "plot expected image box"},
@@ -99,4 +104,5 @@
   {1, "paverage",    paverage,     "plot average magnitude"},
   {1, "procks",      procks,       "plot rocks"},
+  {1, "remote",      remote,       "generic remote dvo client operation"},
   {1, "showtile",    showtile,     "plot tile pattern"},
   {1, "skycat",      skycat,       "show sky catalog boundaries"},
