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

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