IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2006, 5:03:00 PM (20 years ago)
Author:
jhoblitt
Message:

stub out -input

File:
1 edited

Legend:

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

    r7320 r7321  
    1111static bool defineMode(pxConfig *config);
    1212static bool runsMode(pxConfig *config);
     13static bool inputMode(pxConfig *config);
    1314static bool rawMode(pxConfig *config);
    1415static bool addprocMode(pxConfig *config);
     
    322323        rawExp->stats
    323324    );
     325}
     326
     327static bool inputMode(pxConfig *config)
     328{
     329    PS_ASSERT_PTR_NON_NULL(config, false);
     330
     331    return true;
    324332}
    325333
Note: See TracChangeset for help on using the changeset viewer.