Changeset 24743 for branches/czw_branch/cleanup/ippTools/src/chiptool.c
- Timestamp:
- Jul 10, 2009, 5:53:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ippTools/src/chiptool.c
r24562 r24743 54 54 static bool tofullimfileMode(pxConfig *config); 55 55 static bool topurgedimfileMode(pxConfig *config); 56 static bool toscrubbedimfileMode(pxConfig *config); 56 57 static bool exportrunMode(pxConfig *config); 57 58 static bool importrunMode(pxConfig *config); … … 93 94 MODECASE(CHIPTOOL_MODE_TOFULLIMFILE, tofullimfileMode); 94 95 MODECASE(CHIPTOOL_MODE_TOPURGEDIMFILE, topurgedimfileMode); 96 MODECASE(CHIPTOOL_MODE_TOSCRUBBEDIMFILE, toscrubbedimfileMode); 95 97 MODECASE(CHIPTOOL_MODE_EXPORTRUN, exportrunMode); 96 98 MODECASE(CHIPTOOL_MODE_IMPORTRUN, importrunMode); … … 1333 1335 return change_imfile_data_state(config, "purged", "goto_purged"); 1334 1336 } 1335 1337 static bool toscrubbedimfileMode(pxConfig *config) 1338 { 1339 return change_imfile_data_state(config, "scrubbed", "goto_scrubbed"); 1340 } 1336 1341 bool exportrunMode(pxConfig *config) 1337 1342 {
Note:
See TracChangeset
for help on using the changeset viewer.
