Index: /branches/eam_branches/ipp-20140904/Ohana/src/relphot/src/reload_catalogs.c
===================================================================
--- /branches/eam_branches/ipp-20140904/Ohana/src/relphot/src/reload_catalogs.c	(revision 37596)
+++ /branches/eam_branches/ipp-20140904/Ohana/src/relphot/src/reload_catalogs.c	(revision 37597)
@@ -128,4 +128,6 @@
 }
 
+int reload_catalog_parallel_group (HostTableGroup *group, SkyList *sky, char *imageFile);
+
 // XXX Image to Image Subset
 int reload_catalogs_parallel (SkyList *sky) {
@@ -168,7 +170,8 @@
 
   int Ngroups;
-  HostTable *groups = HostTableGroups (table, &Ngroups);
+  HostTableGroup *groups = HostTableGroups (table, &Ngroups);
   // split the table into Ngroups, each with a unique set of machines (this avoids overloading the remote host machines)
 
+  int i;
   for (i = 0; i < Ngroups; i++) {
     // update only a group of unique machines at a time
