IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9256


Ignore:
Timestamp:
Oct 4, 2006, 1:46:29 PM (20 years ago)
Author:
jhoblitt
Message:

jettison [f]slurp() functions now that they are part of psLib as psSlurp*()

Location:
trunk/ippTools/src
Files:
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/Makefile.am

    r8661 r9256  
    1212include_HEADERS = pxtools.h
    1313noinst_HEADERS = \
    14         slurp.h \
    1514        pxadmin.h \
    1615        pzgetexp.h \
     
    3231        pxconfig.c \
    3332        pxframes.c \
    34     pxtables.c \
    35         slurp.c
     33    pxtables.c
    3634
    3735# for pxtools.h
  • trunk/ippTools/src/pxtools.h

    r9253 r9256  
    88# include <psmodules.h>
    99# include <ippdb.h>
    10 
    11 # include <slurp.h>
    1210
    1311// load these values from the db in the init stage
  • trunk/ippTools/src/pzgetexp.c

    r8849 r9256  
    5454        goto FAIL;
    5555    }
    56     psString cmdOutput = fslurp(output);
     56    psString cmdOutput = psSlurpFile(output);
    5757    pclose(output);
    5858
  • trunk/ippTools/src/pzgetimfiles.c

    r9057 r9256  
    3535    }
    3636
    37     psString cmdOutput = fslurp(output);
     37    psString cmdOutput = psSlurpFile(output);
    3838    int exitStatus = pclose(output);
    3939
Note: See TracChangeset for help on using the changeset viewer.