641727d6ff71482877716d038a16a629b38523dc
galt
  Mon Jul 5 23:24:00 2010 -0700
adding retries to paraFetch for greater reliability to finish unattended.  sleeps 30 seconds between retries
diff --git src/inc/net.h src/inc/net.h
index 99acc07..6fb0cc8 100644
--- src/inc/net.h
+++ src/inc/net.h
@@ -217,7 +217,7 @@
 /* Return date and size of ftp url file */
 
 
-boolean parallelFetch(char *url, int numConnections, char *outPath);
+boolean parallelFetch(char *url, char *outPath, int numConnections, int numRetries);
 /* Open multiple parallel connections to URL to speed downloading */
 
 #endif /* NET_H */