- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/getstar/include/dvoImagesAtCoords.h
r26288 r27517 39 39 int args_coords PROTO((int argc, char **argv)); 40 40 int ConfigInit_coords PROTO((int *argc, char **argv)); 41 int Shutdown PROTO((char *format, ...) );41 int Shutdown PROTO((char *format, ...) OHANA_FORMAT(printf, 1, 2)); 42 42 void TrapSignal PROTO((int sig)); 43 43 void SetProtect PROTO((int mode)); 44 44 int SetSignals PROTO((void)); 45 45 46 Image *ReadImageFiles (char *filename, int *Nimages);46 Image *ReadImageFiles (char *filename, off_t *Nimages); 47 47 int ReadImageHeader (Header *header, Image *image); 48 int MatchCoords(Image *, int, Point *, int);48 off_t MatchCoords (Image *dbImages, off_t NdbImages, Point *points, int Npoints); 49 49 50 50 int GetFileMode (Header *header);
Note:
See TracChangeset
for help on using the changeset viewer.
