Index: trunk/Ohana/src/opihi/dvo/init.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/init.c	(revision 2822)
+++ trunk/Ohana/src/opihi/dvo/init.c	(revision 3461)
@@ -1,3 +1,3 @@
-# include "dvo.h"
+# include "dvo1.h"
 
 int avextract	    PROTO((int, char **));
@@ -35,4 +35,5 @@
 int lcat	    PROTO((int, char **));
 int lcurve	    PROTO((int, char **));
+int lightcurve	    PROTO((int, char **));
 int mextract	    PROTO((int, char **));
 int pcat	    PROTO((int, char **));
@@ -83,4 +84,5 @@
   {"lcat",    	  lcat,         "list catalogs in region"},
   {"lcurve",      lcurve,       "plot lightcurve for a star"},
+  {"lightcurve",  lightcurve,   "extract lightcurve for a star"},
   {"mextract",    mextract,     "extract measure data values"},
   {"pcat",    	  pcat,         "plot catalog boundaries"},
