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

    r9392 r10440  
    2525#include <string.h>
    2626#include <pslib.h>
    27 #include <pmConfig.h>
     27#include <psmodules.h>
    2828
    2929#include "pxtools.h"
     
    3434    }
    3535
    36     config->modules = pmConfigRead(&argc, argv);
     36    config->modules = pmConfigRead(&argc, argv, NULL);
    3737
    3838    if (! config->modules) {
Note: See TracChangeset for help on using the changeset viewer.