Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 17579)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 21064)
@@ -7,4 +7,5 @@
 int book_command     PROTO((int, char **));
 int center           PROTO((int, char **));
+int parity           PROTO((int, char **));
 int circstats        PROTO((int, char **));
 int clear            PROTO((int, char **));
@@ -128,4 +129,5 @@
   {1, "book",         book_command,     "commands to manipulate book/page/word data"},
   {1, "center",       center,           "center image on coords"},
+  {1, "parity",       parity,           "set image parity"},
   {1, "circstats",    circstats,        "circular statistics"},
   {1, "clear",        clear,            "erase plot"},
