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/chiptoolConfig.c

    r6668 r6978  
     1#ifdef HAVE_CONFIG_H
     2#include <config.h>
     3#endif
     4
    15#include <pmConfig.h>
    26
     
    48
    59bool p2searchConfig(pxConfig *config, int argc, char **argv) {
    6     PS_ASSERT_PTR_NON_NULL(config, false);
     10    if (!config) {
     11        config = pxConfigAlloc();
     12    }
    713
    814    if (! pmConfigRead(&config->site, &config->camera, &config->recipe, &argc, argv, RECIPE)) {
Note: See TracChangeset for help on using the changeset viewer.