src/inc/udc.h 1.10

1.10 2009/05/18 21:35:20 galt
refactored to all udcFileCacheFiles to operate without requiring the url to be actually opened
Index: src/inc/udc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/udc.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -B -U 4 -r1.9 -r1.10
--- src/inc/udc.h	15 Mar 2009 00:17:14 -0000	1.9
+++ src/inc/udc.h	18 May 2009 21:35:20 -0000	1.10
@@ -103,5 +103,8 @@
 
 boolean udcInfoViaFtp(char *url, struct udcRemoteFileInfo *retInfo);
 /* Gets size and last modified time of FTP URL */
 
+struct slName *udcFileCacheFiles(char *url, char *cacheDir);
+/* Return low-level list of files used in cache. */
+
 #endif /* UDC_H */