Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 42389)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 42456)
@@ -122,4 +122,5 @@
 int queueprint       PROTO((int, char **));
 int queuepush        PROTO((int, char **));
+int queuesave        PROTO((int, char **));
 int queuesubstr      PROTO((int, char **));
 int queuesize        PROTO((int, char **));
@@ -333,4 +334,5 @@
   {1, "queueprint",   queueprint,       "print the contents of a queue"},
   {1, "queuepush",    queuepush,        "push value onto queue"},
+  {1, "queuesave",    queuesave,        "save the contents of a queue in a filex"},
   {1, "queuesize",    queuesize,        "show queue size"},
   {1, "queuesubstr",  queuesubstr,      "bulk replace strings in queue"},
