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/relphot/include/relphot.h

    r20323 r21153  
    125125int           args                PROTO((int argc, char **argv));
    126126int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog));
    127 void          clean_images        PROTO(());
     127void          clean_images        PROTO((void));
    128128void          clean_measures      PROTO((Catalog *catalog, int Ncatalog, int final));
    129 void          clean_mosaics       PROTO(());
     129void          clean_mosaics       PROTO((void));
    130130void          clean_stars         PROTO((Catalog *catalog, int Ncatalog));
    131131int           corner_check        PROTO((double *x1, double *y1, double *x2, double *y2));
    132 void          dumpGrid            PROTO(());
    133 void          dump_grid           PROTO(());
     132void          dumpGrid            PROTO((void));
     133void          dump_grid           PROTO((void));
    134134int           edge_check          PROTO((double *x1, double *y1, double *x2, double *y2));
    135135void          findImages          PROTO((Catalog *catalog, int Ncatalog));
     
    140140void TrapSignal (int sig);
    141141void SetProtect (int mode);
    142 int SetSignals ();
     142int SetSignals (void);
    143143
    144144void          freeGridBins        PROTO((int Ncatalog));
     
    179179void          plot_defaults       PROTO((Graphdata *graphdata));
    180180void          plot_grid           PROTO((Catalog *catalog));
    181 void          plot_images         PROTO(());
     181void          plot_images         PROTO((void));
    182182void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *format, ...));
    183183void          plot_mosaic_fields  PROTO((Catalog *catalog));
    184 void          plot_mosaics        PROTO(());
     184void          plot_mosaics        PROTO((void));
    185185void          plot_scatter        PROTO((Catalog *catalog, int Ncatalog));
    186186void          plot_star_coords    PROTO((Catalog *catalog, int Ncatalog));
     
    190190int           setExclusions       PROTO((Catalog *catalog, int Ncatalog));
    191191void          setMcal             PROTO((Catalog *catalog, int Poor));
    192 void          setMcalFinal        PROTO(());
     192void          setMcalFinal        PROTO((void));
    193193int           setMcalOutput       PROTO((Catalog *catalog, int Ncatalog));
    194194void          setMgrid            PROTO((Catalog *catalog));
     
    217217StatType      statsStarX          PROTO((Catalog *catalog, int Ncatalog));
    218218void          wcatalog            PROTO((Catalog *catalog));
    219 void          wimages             PROTO(());
     219void          wimages             PROTO((void));
    220220void          write_coords        PROTO((Header *header, Coords *coords));
    221 int relphot_objects ();
     221int relphot_objects (void);
Note: See TracChangeset for help on using the changeset viewer.