IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 4, 2006, 11:51:46 AM (19 years ago)
Author:
jhoblitt
Message:

update to the new pmConfigRead() prototype

File:
1 edited

Legend:

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

    r9765 r10440  
    2222#endif
    2323
    24 #include <pmConfig.h>
     24#include <psmodules.h>
    2525
    2626#include "pxtools.h"
     
    3333    }
    3434
    35     config->modules = pmConfigRead(&argc, argv);
     35    config->modules = pmConfigRead(&argc, argv, NULL);
    3636    if (! config->modules) {
    3737        psError(PS_ERR_UNKNOWN, false, "Can't find site configuration");
Note: See TracChangeset for help on using the changeset viewer.