IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 28, 2006, 2:21:28 PM (20 years ago)
Author:
jhoblitt
Message:

restrict the scope of whereClaus in updateimfileMode()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxtools.h

    r8175 r8661  
    9191);
    9292
    93 typedef struct {
    94     p2DoneExpRow *exposure;
    95     psArray *images;
    96 } p2DoneFrame;
    97 
    98 p2DoneFrame *p2DoneFrameAlloc(
    99     p2DoneExpRow *exposure,
    100     psArray *images
    101 );
    102 
    10393pxConfig *pxConfigAlloc(void);
    10494
     
    115105psArray *p2searchPendingImfiles(pxConfig *config);
    116106psArray *p2searchPendingExp(pxConfig *config);
    117 p2DoneExpRow *p2pendingToDoneExp(p2PendingExpRow *pendingExp);
    118107
    119108bool pzPendingFramePrint(FILE *stream, pxConfig *config, psArray *frames);
Note: See TracChangeset for help on using the changeset viewer.