Changeset 25510 for trunk/ippTools/src/disttool.c
- Timestamp:
- Sep 23, 2009, 1:44:27 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/disttool.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/disttool.c
r25493 r25510 57 57 static bool defineinterestMode(pxConfig *config); 58 58 static bool updateinterestMode(pxConfig *config); 59 static bool listinterest Mode(pxConfig *config);59 static bool listinterestsMode(pxConfig *config); 60 60 61 61 # define MODECASE(caseName, func) \ … … 101 101 MODECASE(DISTTOOL_MODE_DEFINEINTEREST, defineinterestMode); 102 102 MODECASE(DISTTOOL_MODE_UPDATEINTEREST, updateinterestMode); 103 MODECASE(DISTTOOL_MODE_LISTINTEREST , listinterestMode);103 MODECASE(DISTTOOL_MODE_LISTINTERESTS, listinterestsMode); 104 104 default: 105 105 psAbort("invalid option (this should not happen)"); … … 1655 1655 return true; 1656 1656 } 1657 static bool listinterest Mode(pxConfig *config)1657 static bool listinterestsMode(pxConfig *config) 1658 1658 { 1659 1659 PS_ASSERT_PTR_NON_NULL(config, false); … … 1680 1680 } 1681 1681 1682 psString query = pxDataGet("disttool_listinterest .sql");1682 psString query = pxDataGet("disttool_listinterests.sql"); 1683 1683 1684 1684 if (psListLength(where->list)) {
Note:
See TracChangeset
for help on using the changeset viewer.
