- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/getstar/include/dvoImageExtract.h
r21153 r27838 21 21 int args_extract PROTO((int argc, char **argv)); 22 22 int ConfigInit_extract PROTO((int *argc, char **argv)); 23 int Shutdown PROTO((char *format, ...)) ;23 int Shutdown PROTO((char *format, ...)) OHANA_FORMAT(printf, 1, 2); 24 24 void TrapSignal PROTO((int sig)); 25 25 void SetProtect PROTO((int mode)); … … 30 30 31 31 int WriteImageFITS (FILE *f, Image *image); 32 int WriteImages (char *filename, Image *images, int Nimages, int *matches, int Nmatches);33 int *SelectImages (char *filename, Image *dbImages, int NdbImages, int *Nmatch);32 int WriteImages (char *filename, Image *images, off_t Nimages, off_t *matches, off_t Nmatches); 33 off_t *SelectImages (char *filename, Image *dbImages, off_t NdbImages, off_t *Nmatch);
Note:
See TracChangeset
for help on using the changeset viewer.
