Changeset 5743 for trunk/stac/src/stac.h
- Timestamp:
- Dec 7, 2005, 2:57:14 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/stac/src/stac.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/stac/src/stac.h
r3673 r5743 18 18 19 19 // Read the input files and return an array of images 20 psArray *stacReadImages(psArray *filenames // The file names of the images 20 psArray *stacReadImages(psArray **headers, // The image headers, to be returned 21 psArray *filenames // The file names of the images 21 22 ); 22 23 … … 72 73 73 74 // Print out a memblock when it's allocated --- this function used as a callback 74 psMem oryId stacMemPrint(const psMemBlock *ptr);75 psMemId stacMemPrint(const psMemBlock *ptr); 75 76 76 77
Note:
See TracChangeset
for help on using the changeset viewer.
