Index: trunk/Ohana/src/relastro/include/relastro.h
===================================================================
--- trunk/Ohana/src/relastro/include/relastro.h	(revision 17243)
+++ trunk/Ohana/src/relastro/include/relastro.h	(revision 21153)
@@ -139,11 +139,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));
@@ -154,5 +154,5 @@
 void TrapSignal (int sig);
 void SetProtect (int mode);
-int SetSignals ();
+int SetSignals (void);
 
 GSCRegion    *find_regions        PROTO((Image *image, int Nimage, int *Nregions, GSCRegion *fullregion));
@@ -202,8 +202,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 *file));
 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));
@@ -212,5 +212,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));
@@ -238,5 +238,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));
 
@@ -289,4 +289,4 @@
 
 float GetAstromError (Measure *measure, int mode);
-int relastro_objects ();
+int relastro_objects (void);
 int UpdateObjectOffsets (SkyList *skylist);
