Index: branches/backtrack/ippTools/src/chiptool.c
===================================================================
--- branches/backtrack/ippTools/src/chiptool.c	(revision 13994)
+++ branches/backtrack/ippTools/src/chiptool.c	(revision 13996)
@@ -242,5 +242,5 @@
 
         // queue the exp
-        if (!chipQueueExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) {
+        if (!pxchipQueueByExpTag(config, exp_tag, workdir, label, reduction, expgroup, dvodb)) {
             if (!psDBRollback(config->dbh)) {
                 psError(PS_ERR_UNKNOWN, false, "database error");
@@ -844,5 +844,5 @@
         // camQueueChipID() can only be run after chipRun.state has been set to
         // stop
-        if (!camQueueChipID(config,
+        if (!pxcamQueueByChipID(config,
                     chipRun->chip_id,
                     chipRun->workdir,
