Index: branches/cleanup/ippTools/src/camtool.c
===================================================================
--- branches/cleanup/ippTools/src/camtool.c	(revision 18076)
+++ branches/cleanup/ippTools/src/camtool.c	(revision 18153)
@@ -30,5 +30,5 @@
 #include "camtool.h"
 
-static bool queueMode(pxConfig *config);
+static bool definebyqueryMode(pxConfig *config);
 static bool updaterunMode(pxConfig *config);
 static bool pendingexpMode(pxConfig *config);
@@ -60,5 +60,5 @@
 
     switch (config->mode) {
-        MODECASE(CAMTOOL_MODE_QUEUE,                queueMode);
+        MODECASE(CAMTOOL_MODE_DEFINEBYQUERY,        definebyqueryMode);
         MODECASE(CAMTOOL_MODE_UPDATERUN,            updaterunMode);
         MODECASE(CAMTOOL_MODE_PENDINGEXP,           pendingexpMode);
@@ -93,5 +93,5 @@
 
 
-static bool queueMode(pxConfig *config)
+static bool definebyqueryMode(pxConfig *config)
 {
     PS_ASSERT_PTR_NON_NULL(config, NULL);
