IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5743 for trunk/stac/src/stac.h


Ignore:
Timestamp:
Dec 7, 2005, 2:57:14 PM (21 years ago)
Author:
Paul Price
Message:

Importing from PAP cvs tree again. This will now be the working tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/src/stac.h

    r3673 r5743  
    1818
    1919// Read the input files and return an array of images
    20 psArray *stacReadImages(psArray *filenames // The file names of the images
     20psArray *stacReadImages(psArray **headers, // The image headers, to be returned
     21                        psArray *filenames // The file names of the images
    2122    );
    2223
     
    7273
    7374// Print out a memblock when it's allocated --- this function used as a callback
    74 psMemoryId stacMemPrint(const psMemBlock *ptr);
     75psMemId stacMemPrint(const psMemBlock *ptr);
    7576
    7677
Note: See TracChangeset for help on using the changeset viewer.