IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2008, 11:53:45 AM (18 years ago)
Author:
jhoblitt
Message:

-queue -> -definebyquery rename

File:
1 edited

Legend:

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

    r17785 r18093  
    4040static bool revertdiffskyfileMode(pxConfig *config);
    4141static bool definepoprunMode(pxConfig *config);
    42 static bool queueMode(pxConfig *config);
     42static bool definebyqueryMode(pxConfig *config);
    4343
    4444static bool setdiffRunState(pxConfig *config, const char *diff_id, const char *state);
     
    7171        MODECASE(DIFFTOOL_MODE_REVERTDIFFSKYFILE, revertdiffskyfileMode);
    7272        MODECASE(DIFFTOOL_MODE_DEFINEPOPRUN,      definepoprunMode);
    73         MODECASE(DIFFTOOL_MODE_QUEUE,             queueMode);
     73        MODECASE(DIFFTOOL_MODE_DEFINEBYQUERY,             definebyqueryMode);
    7474        default:
    7575            psAbort("invalid option (this should not happen)");
     
    802802
    803803
    804 static bool queueMode(pxConfig *config)
     804static bool definebyqueryMode(pxConfig *config)
    805805{
    806806    PS_ASSERT_PTR_NON_NULL(config, false);
Note: See TracChangeset for help on using the changeset viewer.