Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 10307)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 10997)
@@ -5,4 +5,5 @@
 int applyfit2d       PROTO((int, char **));
 int box              PROTO((int, char **));
+int book_command     PROTO((int, char **));
 int center           PROTO((int, char **));
 int circstats        PROTO((int, char **));
@@ -63,4 +64,5 @@
 int ps               PROTO((int, char **));
 int queuelist        PROTO((int, char **));
+int queueload        PROTO((int, char **));
 int queueinit        PROTO((int, char **));
 int queuedelete      PROTO((int, char **));
@@ -117,4 +119,5 @@
   {"applyfit2d",   applyfit2d,	     "apply 2-d fit to new vector"},
   {"box",     	   box,		     "draw a box on the plot"},
+  {"book",    	   book_command,     "commands to manipulate book/page/word data"},
   {"center",       center,	     "center image on coords"},
   {"circstats",    circstats,	     "circular statistics"},
@@ -183,4 +186,5 @@
   {"queuedelete",  queuedelete,	     "delete a queue"},
   {"queuelist",	   queuelist,	     "list defined queues"},
+  {"queueload",	   queueload,	     "load queue from command"},
   {"queuesize",    queuesize,	     "show queue size"},
   {"rd",           rd,		     "load fits image"},
