Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 42821)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 42967)
@@ -170,4 +170,5 @@
 int vbin             PROTO((int, char **));
 int vgroup           PROTO((int, char **));
+int vweave           PROTO((int, char **));
 int vclip            PROTO((int, char **));
 int vect_select      PROTO((int, char **));
@@ -386,4 +387,5 @@
   {1, "vbin",         vbin,             "rebin vector data by a factor of N"},
   {1, "vgroup",       vgroup,           "group y vector into bins defined by x vector values"},
+  {1, "vweave",       vweave,           "drizzle input vectors to output vector with correct fractional bin weighting"},
   {1, "vclip",        vclip,            "clip values in a vector to be within a range"},
   {1, "vectors",      list_vectors,     "list vectors"},
