Index: trunk/Ohana/src/gastro2/include/gastro2.h
===================================================================
--- trunk/Ohana/src/gastro2/include/gastro2.h	(revision 14590)
+++ trunk/Ohana/src/gastro2/include/gastro2.h	(revision 21153)
@@ -133,7 +133,7 @@
 void 	  PlotVector (int Npts, float *vect, int mode, int N);
 void 	  PrepPlotting (int Npts, Graphdata *graphmode, int N);
-void 	  XDead ();
+void 	  XDead (int value);
 void 	  add_to_regions (CatStats *area);
-void 	  ahelp ();
+void 	  ahelp (void);
 void 	  area_of_region (CatStats *region);
 double    area_of_skyregion (SkyRegion *region);
@@ -147,8 +147,8 @@
 int 	  fit_adjust (Coords *coords);
 void 	  fit_apply (double *x, double *y, double X, double Y);
-void 	  fit_eval ();
+void 	  fit_eval (void);
 void 	  fit_init (int order);
 void 	  fit_lum_bin (double *x, double *y, int N, double *C0, double *C1);
-void 	  fit_norm (); 
+void 	  fit_norm (void); 
 double    fit_scat (StarData *st, StarData *sr, Coords *coords);
 int 	  gaussj (double **a, int n, double **b, int m);
@@ -166,10 +166,10 @@
 void 	  grid (CmpCatalog *Target, RefCatalog *Subset, Answer *answer);
 int 	  gridbin (double dX, double dY);
-void 	  gridfree ();
+void 	  gridfree (void);
 void 	  gridinit (double XMIN, double XMAX, double YMIN, double YMAX, int Nr, int Nt);
 void 	  gstars (char *filename, CmpCatalog *Target);
 void 	  hh_hms (double hh, int *hr, int *mn, double *sc);
 void 	  hms_format (char *line, double value);
-void 	  init_regions ();
+void 	  init_regions (void);
 int 	  load_ra_blocks (int Ndec, CatStats *area);
 int 	  mk_polyterm (int n, int m, int norder);
@@ -178,14 +178,14 @@
 
 void 	  pair_add (int i1, int i2);
-void 	  pair_init ();
+void 	  pair_init (void);
 int       pair_lists (int **index1, int **index2);
 
 int 	  parse_GSC_line (CatStats *tregion, char *line);
 int 	  plot_addpt_gridplot (double x, double y);
-void 	  plot_done_gridplot ();
+void 	  plot_done_gridplot (void);
 void 	  plot_fullfield (CmpCatalog *Target, RefCatalog *Ref);
 void 	  plot_fullfield_pairs (float *x, float *y, int n);
 void 	  plot_gridpts (double *pts, int Npts);
-void 	  plot_init_gridplot ();
+void 	  plot_init_gridplot (void);
 void 	  plot_lumfunc (CmpCatalog *Target, RefCatalog *Ref);
 void 	  plot_resid (StarData *st, StarData *sr, Coords *coords);
