Changeset 24743 for branches/czw_branch/cleanup/ippTools/src/warptool.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/warptool.c
r24562 r24743 53 53 static bool tocleanedskyfileMode(pxConfig *config); 54 54 static bool topurgedskyfileMode(pxConfig *config); 55 static bool toscrubbedskyfileMode(pxConfig *config); 55 56 static bool tofullskyfileMode(pxConfig *config); 56 57 static bool updateskyfileMode(pxConfig *config); … … 102 103 MODECASE(WARPTOOL_MODE_TOCLEANEDSKYFILE, tocleanedskyfileMode); 103 104 MODECASE(WARPTOOL_MODE_TOPURGEDSKYFILE, topurgedskyfileMode); 105 MODECASE(WARPTOOL_MODE_TOSCRUBBEDSKYFILE, toscrubbedskyfileMode); 104 106 MODECASE(WARPTOOL_MODE_TOFULLSKYFILE, tofullskyfileMode); 105 107 MODECASE(WARPTOOL_MODE_UPDATESKYFILE, updateskyfileMode); … … 1666 1668 return change_skyfile_data_state(config, "purged", "goto_purged"); 1667 1669 } 1670 static bool toscrubbedskyfileMode(pxConfig *config) 1671 { 1672 return change_skyfile_data_state(config, "scrubbed", "goto_scrubbed"); 1673 } 1668 1674 1669 1675 static bool updateskyfileMode(pxConfig *config)
Note:
See TracChangeset
for help on using the changeset viewer.
