IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 24, 2006, 5:35:03 PM (20 years ago)
Author:
jhoblitt
Message:

cleanups:

all cli utils have thier own .h
make *Config() funcs consistent

File:
1 edited

Legend:

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

    r6843 r6978  
    120120bool pxCreateTables (pxConfig *config);
    121121bool pxDeleteTables (pxConfig *config);
    122 bool pxAdminConfig (pxConfig *config, int argc, char **argv);
    123 bool p2searchConfig (pxConfig *config, int argc, char **argv);
    124122
    125123psArray *p2rawToPending (pxConfig *config, psArray *rawFrames);
     
    149147psArray *newFrameSearch(pxConfig *config);
    150148
    151 bool p0searchConfig(pxConfig *config, int argc, char **argv);
    152 
    153149rawScienceFrame *newToRawScienceFrame(newFrame *newFrame);
    154150bool rawScienceFrameInsert(pxConfig *config, rawScienceFrame *frame);
     
    156152bool rawDetrendFrameInsert(pxConfig *config, rawDetrendFrame *frame);
    157153
    158 bool pzsearchConfig(pxConfig *config, int argc, char **argv);
    159 
    160154#endif // PXTOOLS_H
    161155
Note: See TracChangeset for help on using the changeset viewer.