src/inc/udc.h 1.15

1.15 2009/11/06 22:42:06 angie
Oops, forgot that file size really needs to be a long long.
Index: src/inc/udc.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/udc.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -B -U 4 -r1.14 -r1.15
--- src/inc/udc.h	6 Nov 2009 05:08:01 -0000	1.14
+++ src/inc/udc.h	6 Nov 2009 22:42:06 -0000	1.15
@@ -125,9 +125,9 @@
 char *udcPathToUrl(const char *path, char *buf, size_t size, char *cacheDir);
 /* Translate path into an URL, store in buf, return pointer to buf if successful
  * and NULL if not. */
 
-int udcSizeFromCache(char *url, char *cacheDir);
+long long int udcSizeFromCache(char *url, char *cacheDir);
 /* Look up the file size from the local cache bitmap file, or -1 if there
  * is no cache for url. */
 
 unsigned long udcCacheAge(char *url, char *cacheDir);