IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 7, 2006, 7:20:35 AM (20 years ago)
Author:
eugene
Message:

dropping old functions and prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/include/delstar.h

    r5451 r7393  
    3939void       ConfigInit             PROTO((int *argc, char **argv));
    4040int        FindDecBand            PROTO((double dec, double *DEC0, double *DEC1));
    41 int        FindRegionByPoint      PROTO((GSCRegion *region, double ra, double dec, GSCRegion *gsc, int Ngsc));
    42 int        FindRegionDecBandStart PROTO((GSCRegion *region, int Nregion, double dec));
    43 int        FindRegionDecBandStop  PROTO((GSCRegion *region, int Nregion, double dec));
    4441FILE      *GetDB                  PROTO((int *state));
    4542Image     *GetImages              PROTO((int *nimage));
    46 GSCRegion *LoadRegions            PROTO((int *nregions));
    4743int        SetImages              PROTO((Image *new, int Nnew));
    4844void       SetProtect             PROTO((int mode));
     
    6258int        gcatalog               PROTO((Catalog *catalog));
    6359Image     *gimages                PROTO((char *filename));
    64 GSCRegion *gregion_image          PROTO((Image *image, int *Nregions));
    65 GSCRegion *gregion_patch          PROTO((GSCRegion *patch, int *nregions));
    6660Image     *gtimes                 PROTO((int *NIMAGE));
    6761void       help                   PROTO(());
     
    7367int        save_image_db          PROTO(());
    7468void       sort_lists             PROTO((float *X, float *Y, int *S, int N));
    75 void       sort_regions           PROTO((GSCRegion *region, int N));
    7669void       unlock_image_db        PROTO((FITS_DB *db));
    7770void       usage                  PROTO(());
Note: See TracChangeset for help on using the changeset viewer.