044b178ab81d6bf91356f74812af4ecfc9bff212
hiram
  Tue Feb 8 11:54:30 2011 -0800
consolidate the display of data last updated printout for hgc clicks, now working for most bbi types
diff --git src/inc/udc.h src/inc/udc.h
index a07e7b7..2fe7c37 100644
--- src/inc/udc.h
+++ src/inc/udc.h
@@ -120,16 +120,19 @@
 /* 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);
 /* Return the age in seconds of the oldest cache file.  If a cache file is
  * missing, return the current time (seconds since the epoch). */
 
 int udcCacheTimeout();
 /* Get cache timeout (if local cache files are newer than this many seconds,
  * we won't ping the remote server to check the file size and update time). */
 
 void udcSetCacheTimeout(int timeout);
 /* Set cache timeout (if local cache files are newer than this many seconds,
  * we won't ping the remote server to check the file size and update time). */
 
+time_t udcUpdateTime(struct udcFile *udc);
+/* return udc->updateTime */
+
 #endif /* UDC_H */