IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (17 years ago)
Author:
eugene
Message:

lots of very minor API mods to satisfy some pickier compilers (supply void to prototypes for argument-less functions)

File:
1 edited

Legend:

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

    r17243 r21153  
    139139int           args                PROTO((int argc, char **argv));
    140140int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog));
    141 void          clean_images        PROTO(());
     141void          clean_images        PROTO((void));
    142142void          clean_measures      PROTO((Catalog *catalog, int Ncatalog, int final));
    143 void          clean_mosaics       PROTO(());
     143void          clean_mosaics       PROTO((void));
    144144void          clean_stars         PROTO((Catalog *catalog, int Ncatalog));
    145145int           corner_check        PROTO((double *x1, double *y1, double *x2, double *y2));
    146 void          dumpGrid            PROTO(());
    147 void          dump_grid           PROTO(());
     146void          dumpGrid            PROTO((void));
     147void          dump_grid           PROTO((void));
    148148int           edge_check          PROTO((double *x1, double *y1, double *x2, double *y2));
    149149void          findImages          PROTO((Catalog *catalog, int Ncatalog));
     
    154154void TrapSignal (int sig);
    155155void SetProtect (int mode);
    156 int SetSignals ();
     156int SetSignals (void);
    157157
    158158GSCRegion    *find_regions        PROTO((Image *image, int Nimage, int *Nregions, GSCRegion *fullregion));
     
    202202void          plot_defaults       PROTO((Graphdata *graphdata));
    203203void          plot_grid           PROTO((Catalog *catalog));
    204 void          plot_images         PROTO(());
     204void          plot_images         PROTO((void));
    205205void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *file));
    206206void          plot_mosaic_fields  PROTO((Catalog *catalog));
    207 void          plot_mosaics        PROTO(());
     207void          plot_mosaics        PROTO((void));
    208208void          plot_scatter        PROTO((Catalog *catalog, int Ncatalog));
    209209void          plot_star_coords    PROTO((Catalog *catalog, int Ncatalog));
     
    212212int           setExclusions       PROTO((Catalog *catalog, int Ncatalog));
    213213void          setMcal             PROTO((Catalog *catalog, int Poor));
    214 void          setMcalFinal        PROTO(());
     214void          setMcalFinal        PROTO((void));
    215215int           setMcalOutput       PROTO((Catalog *catalog, int Ncatalog));
    216216void          setMgrid            PROTO((Catalog *catalog));
     
    238238StatType      statsStarX          PROTO((Catalog *catalog, int Ncatalog));
    239239void          wcatalog            PROTO((Catalog *catalog));
    240 void          wimages             PROTO(());
     240void          wimages             PROTO((void));
    241241void          write_coords        PROTO((Header *header, Coords *coords));
    242242
     
    289289
    290290float GetAstromError (Measure *measure, int mode);
    291 int relastro_objects ();
     291int relastro_objects (void);
    292292int UpdateObjectOffsets (SkyList *skylist);
Note: See TracChangeset for help on using the changeset viewer.