Changeset 4864 for trunk/Ohana/src/delstar/include/delstar.h
- Timestamp:
- Aug 23, 2005, 8:55:22 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/delstar/include/delstar.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/include/delstar.h
r4832 r4864 50 50 int args PROTO((int *argc, char **argv)); 51 51 void check_permissions PROTO((char *basefile)); 52 void delete_imagefile PROTO((char *filename)); 53 void delete_imagename PROTO((char *name)); 54 void delete_times PROTO(()); 55 int dimages PROTO((int *imlist, int Nimlist)); 52 void delete_imagefile PROTO((FITS_DB *db, char *filename)); 53 void delete_imagename PROTO((FITS_DB *db, char *name)); 54 void delete_times PROTO((FITS_DB *db)); 56 55 int edge_check PROTO((double *x1, double *y1, double *x2, double *y2)); 57 Image *find_images PROTO((FILE *f, CatStats *catstats, int *Nimages)); 58 int *find_images_data PROTO((Image *timage, int *nlist)); 59 int *find_images_name PROTO((char *filename, int *nlist)); 60 int *find_images_time PROTO((time_t start, time_t end, PhotCode *code, int *nlist)); 56 int *find_images_data PROTO((FITS_DB *db, Image *timage, int *nlist)); 57 int *find_images_name PROTO((FITS_DB *db, char *filename, int *nlist)); 58 int *find_images_time PROTO((FITS_DB *db, time_t start, time_t end, PhotCode *code, int *nlist)); 61 59 void find_matches PROTO((Catalog *catalog, int photcode, int start, int end)); 62 60 int gcatalog PROTO((Catalog *catalog)); … … 66 64 Image *gtimes PROTO((int *NIMAGE)); 67 65 void help PROTO(()); 68 int load_image_db PROTO(( ));69 void lock_image_db PROTO(( ));66 int load_image_db PROTO((FITS_DB *db)); 67 void lock_image_db PROTO((FITS_DB *db, char *filename)); 70 68 void match_images PROTO((Catalog *catalog, Image *image, int Nimage)); 71 69 double opening_angle PROTO((double x1, double y1, double x2, double y2, double x3, double y3)); … … 74 72 void sort_lists PROTO((float *X, float *Y, int *S, int N)); 75 73 void sort_regions PROTO((GSCRegion *region, int N)); 76 void unlock_image_db PROTO(( ));74 void unlock_image_db PROTO((FITS_DB *db)); 77 75 void usage PROTO(()); 78 76 int wcatalog PROTO((Catalog *catalog)); 77 78 void set_db (FITS_DB *in);
Note:
See TracChangeset
for help on using the changeset viewer.
