Changeset 27435 for trunk/Ohana/src/getstar/include/dvoImageOverlaps.h
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/getstar/include/dvoImageOverlaps.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/getstar/include/dvoImageOverlaps.h
r21153 r27435 24 24 int args_overlaps PROTO((int argc, char **argv)); 25 25 int ConfigInit_overlaps PROTO((int *argc, char **argv)); 26 int Shutdown PROTO((char *format, ...) );26 int Shutdown PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2)); 27 27 void TrapSignal PROTO((int sig)); 28 28 void SetProtect PROTO((int mode)); 29 29 int SetSignals PROTO((void)); 30 30 31 Image *ReadImageFiles (char *filename, int *Nimages);31 Image *ReadImageFiles (char *filename, off_t *Nimages); 32 32 int ReadImageHeader (Header *header, Image *image); 33 int *MatchImage (Image *dbImages, int NdbImages, Image *image, int *Nmatch);34 int ListImageOverlaps (Image *dbImages, Image *image, int *matches, int Nmatches);33 off_t *MatchImage (Image *dbImages, off_t NdbImages, Image *image, off_t *Nmatch); 34 int ListImageOverlaps (Image *dbImages, Image *image, off_t *matches, off_t Nmatches); 35 35 36 36 int GetFileMode (Header *header);
Note:
See TracChangeset
for help on using the changeset viewer.
