Index: trunk/Ohana/src/opihi/cmd.data/init.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.data/init.c	(revision 7949)
+++ trunk/Ohana/src/opihi/cmd.data/init.c	(revision 8177)
@@ -63,4 +63,5 @@
 int queueinit        PROTO((int, char **));
 int queuedelete      PROTO((int, char **));
+int queuedrop        PROTO((int, char **));
 int queuepop         PROTO((int, char **));
 int queueprint       PROTO((int, char **));
@@ -171,4 +172,5 @@
   {"ps",      	   ps,		     "define labels for plot"},
   {"queuepop", 	   queuepop,	     "pop value from queue to variable"},
+  {"queuedrop",    queuedrop,	     "drop values from queue matching a key"},
   {"queueprint",   queueprint,	     "print the contents of a queue"},
   {"queuepush",	   queuepush,	     "push value onto queue"},
