src/inc/udc.h 1.7

1.7 2009/02/11 23:43:10 galt
moving some udc http declarations to .h file so I can call them for testing
Index: src/inc/udc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/udc.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/inc/udc.h	11 Feb 2009 21:57:21 -0000	1.6
+++ src/inc/udc.h	11 Feb 2009 23:43:10 -0000	1.7
@@ -83,9 +83,9 @@
     bits64 updateTime;	/* Last update in seconds since 1970 */
     bits64 size;	/* Remote file size */
     };
 
-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. */
 
 int udcDataViaHttp(char *url, bits64 offset, int size, void *buffer);