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/bbiFile.h src/inc/bbiFile.h index 803a0f6..8d0ecbc 100644 --- src/inc/bbiFile.h +++ src/inc/bbiFile.h @@ -343,16 +343,19 @@ /* Add chromosome range to summary - putting it onto top of list if possible, otherwise * expanding list. */ struct bbiSummary *bbiReduceSummaryList(struct bbiSummary *inList, struct bbiChromInfo *chromInfoArray, int reduction); /* Reduce summary list to another summary list. */ bits64 bbiWriteSummaryAndIndex(struct bbiSummary *summaryList, int blockSize, int itemsPerSlot, boolean doCompress, FILE *f); /* Write out summary and index to summary, returning start position of * summary index. */ boolean bbiFileCheckSigs(char *fileName, bits32 sig, char *typeName); /* check file signatures at beginning and end of file */ +time_t bbiUpdateTime(struct bbiFile *bbi); +/* return bbi->udc->updateTime */ + #endif /* BBIFILE_H */