Index: trunk/Ohana/src/relphot/include/relphot.h
===================================================================
--- trunk/Ohana/src/relphot/include/relphot.h	(revision 20323)
+++ trunk/Ohana/src/relphot/include/relphot.h	(revision 21153)
@@ -125,11 +125,11 @@
 int           args                PROTO((int argc, char **argv));
 int           bcatalog            PROTO((Catalog *subcatalog, Catalog *catalog));
-void          clean_images        PROTO(());
+void          clean_images        PROTO((void));
 void          clean_measures      PROTO((Catalog *catalog, int Ncatalog, int final));
-void          clean_mosaics       PROTO(());
+void          clean_mosaics       PROTO((void));
 void          clean_stars         PROTO((Catalog *catalog, int Ncatalog));
 int           corner_check        PROTO((double *x1, double *y1, double *x2, double *y2));
-void          dumpGrid            PROTO(());
-void          dump_grid           PROTO(()); 
+void          dumpGrid            PROTO((void));
+void          dump_grid           PROTO((void)); 
 int           edge_check          PROTO((double *x1, double *y1, double *x2, double *y2));
 void          findImages          PROTO((Catalog *catalog, int Ncatalog));
@@ -140,5 +140,5 @@
 void TrapSignal (int sig);
 void SetProtect (int mode);
-int SetSignals ();
+int SetSignals (void);
 
 void          freeGridBins        PROTO((int Ncatalog));
@@ -179,8 +179,8 @@
 void          plot_defaults       PROTO((Graphdata *graphdata));
 void          plot_grid           PROTO((Catalog *catalog));
-void          plot_images         PROTO(());
+void          plot_images         PROTO((void));
 void          plot_list           PROTO((Graphdata *graphdata, double *xlist, double *ylist, int N, char *label, char *format, ...));
 void          plot_mosaic_fields  PROTO((Catalog *catalog));
-void          plot_mosaics        PROTO(());
+void          plot_mosaics        PROTO((void));
 void          plot_scatter        PROTO((Catalog *catalog, int Ncatalog));
 void          plot_star_coords    PROTO((Catalog *catalog, int Ncatalog));
@@ -190,5 +190,5 @@
 int           setExclusions       PROTO((Catalog *catalog, int Ncatalog));
 void          setMcal             PROTO((Catalog *catalog, int Poor));
-void          setMcalFinal        PROTO(());
+void          setMcalFinal        PROTO((void));
 int           setMcalOutput       PROTO((Catalog *catalog, int Ncatalog));
 void          setMgrid            PROTO((Catalog *catalog));
@@ -217,5 +217,5 @@
 StatType      statsStarX          PROTO((Catalog *catalog, int Ncatalog));
 void          wcatalog            PROTO((Catalog *catalog));
-void          wimages             PROTO(());
+void          wimages             PROTO((void));
 void          write_coords        PROTO((Header *header, Coords *coords));
-int relphot_objects ();
+int relphot_objects (void);
