Index: trunk/Ohana/src/opihi/cmd.astro/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 25757)
+++ trunk/Ohana/src/opihi/cmd.astro/init.c	(revision 30972)
@@ -6,4 +6,5 @@
 int coords                  PROTO((int, char **));
 int cdot                    PROTO((int, char **));
+int cline                   PROTO((int, char **));
 int cplot                   PROTO((int, char **));
 int csystem                 PROTO((int, char **));
@@ -53,4 +54,5 @@
   {1, "coords",      coords,       "load coordinates for buffer from file"},
   {1, "cdot",        cdot,         "plot point in sky coordinates"},
+  {1, "cline",       cline,        "plot line connecting two sky coordinates"},
   {1, "cplot",       cplot,        "plot vectors in sky coordinates"},
   {1, "csystem",     csystem,      "convert between coordinate systems"},
