src/lib/udc.c 1.11
1.11 2009/02/11 23:44:11 galt
moving some udc http declarations to .h file so I can call them for testing
Index: src/lib/udc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/udc.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/lib/udc.c 11 Feb 2009 23:43:09 -0000 1.10
+++ src/lib/udc.c 11 Feb 2009 23:44:11 -0000 1.11
@@ -253,9 +253,9 @@
return total;
}
-static boolean udcInfoViaHttp(char *url, struct udcRemoteFileInfo *retInfo)
+boolean udcInfoViaHttp(char *url, struct udcRemoteFileInfo *retInfo)
/* Sets size and last modified time of URL
* and returns status of HEAD GET. */
{
verbose(2, "checking http remote info on %s\n", url);