IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2006, 2:59:09 PM (20 years ago)
Author:
jhoblitt
Message:

rename dettool -definebyexp -> definebytag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r9753 r9766  
    3131
    3232static bool pendingMode(pxConfig *config);
    33 static bool definebyexpMode(pxConfig *config);
     33static bool definebytagMode(pxConfig *config);
    3434static bool definebyqueryMode(pxConfig *config);
    3535static bool runsMode(pxConfig *config);
     
    9393    switch (config->mode) {
    9494        MODECASE(DETTOOL_MODE_PENDING,          pendingMode);
    95         MODECASE(DETTOOL_MODE_DEFINEBYEXP,      definebyexpMode);
     95        MODECASE(DETTOOL_MODE_DEFINEBYTAG,      definebytagMode);
    9696        MODECASE(DETTOOL_MODE_DEFINEBYQUERY,    definebyqueryMode);
    9797        MODECASE(DETTOOL_MODE_RUNS,             runsMode);
     
    203203}
    204204
    205 static bool definebyexpMode(pxConfig *config)
     205static bool definebytagMode(pxConfig *config)
    206206{
    207207    bool status     = false;
Note: See TracChangeset for help on using the changeset viewer.