Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 41164)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 41284)
@@ -115,4 +115,5 @@
 int queuesubstr      PROTO((int, char **));
 int queuesize        PROTO((int, char **));
+int queue2book       PROTO((int, char **));
 int rd               PROTO((int, char **));
 int rdseg            PROTO((int, char **));
@@ -314,4 +315,6 @@
   {1, "queuesize",    queuesize,        "show queue size"},
   {1, "queuesubstr",  queuesubstr,      "bulk replace strings in queue"},
+  {1, "queue2book",   queue2book,       "convert queue with ipptool output to book"},
+  {1, "ipptool2book", queue2book,       "convert queue with ipptool output to book"},
   {1, "rd",           rd,               "load fits image"},
   {1, "rdseg",        rdseg,            "read a segment of an image from a file"},
