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/hg/inc/hdb.h src/hg/inc/hdb.h
index d2b12e6..789065f 100644
--- src/hg/inc/hdb.h
+++ src/hg/inc/hdb.h
@@ -845,16 +845,23 @@
  * if table has no parent trackDb pass NULL for parent
  * If this is a custom track, pass in function ctLookupName(table) which looks up a
  * custom track by name, otherwise pass NULL
  */
 
 boolean hIsBigBed(char *database, char *table, struct trackDb *parent, struct customTrack *(*ctLookupName)(char *table));
 /* Return TRUE if table corresponds to a bigBed file.
  * if table has no parent trackDb pass NULL for parent
  * If this is a custom track, pass in function ctLookupName(table) which looks up a
  * custom track by name, otherwise pass NULL
  */
 
 char *bbiNameFromSettingOrTable(struct trackDb *tdb, struct sqlConnection *conn, char *table);
 /* Return file name from bigDataUrl or little table. */
 
+void printUpdateTime(char *database, struct trackDb *tdb,
+    struct customTrack *ct);
+/* display table update time, or in case of bbi file, file stat time */
+
+void printBbiUpdateTime(time_t *timep);
+/* for bbi files, print out the timep value */
+
 #endif /* HDB_H */