Changeset 9766 for trunk/ippTools/src/dettool.c
- Timestamp:
- Oct 27, 2006, 2:59:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/dettool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/dettool.c
r9753 r9766 31 31 32 32 static bool pendingMode(pxConfig *config); 33 static bool defineby expMode(pxConfig *config);33 static bool definebytagMode(pxConfig *config); 34 34 static bool definebyqueryMode(pxConfig *config); 35 35 static bool runsMode(pxConfig *config); … … 93 93 switch (config->mode) { 94 94 MODECASE(DETTOOL_MODE_PENDING, pendingMode); 95 MODECASE(DETTOOL_MODE_DEFINEBY EXP, definebyexpMode);95 MODECASE(DETTOOL_MODE_DEFINEBYTAG, definebytagMode); 96 96 MODECASE(DETTOOL_MODE_DEFINEBYQUERY, definebyqueryMode); 97 97 MODECASE(DETTOOL_MODE_RUNS, runsMode); … … 203 203 } 204 204 205 static bool defineby expMode(pxConfig *config)205 static bool definebytagMode(pxConfig *config) 206 206 { 207 207 bool status = false;
Note:
See TracChangeset
for help on using the changeset viewer.
