IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2006, 3:20:58 PM (20 years ago)
Author:
jhoblitt
Message:

stub out -rawimfile

File:
1 edited

Legend:

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

    r8279 r8280  
    1212static bool updateexpMode(pxConfig *config);
    1313static bool updateimfileMode(pxConfig *config);
     14static bool rawimfileMode(pxConfig *config);
    1415// static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp);
    1516static p2PendingExpRow *newToP2PendingExp(pxConfig *config, newExpRow *newExp);
     
    3839        MODECASE(P0SEARCH_MODE_UPDATEEXP,       updateexpMode);
    3940        MODECASE(P0SEARCH_MODE_UPDATEIMFILE,    updateimfileMode);
     41        MODECASE(P0SEARCH_MODE_RAWIMFILE,       rawimfileMode);
    4042        default:
    4143            psAbort(argv[0], "invalid option (this should not happen)");
     
    533535}
    534536
     537static bool rawimfileMode(pxConfig *config)
     538{
     539    return true;
     540}
    535541# if 0
    536542static p1PendingExpRow *newToP1PendingExp(newExpRow *newExp)
Note: See TracChangeset for help on using the changeset viewer.