src/inc/bbiFile.h 1.17

1.17 2009/11/07 17:38:19 kent
adding bbiSummaryElementWrite
Index: src/inc/bbiFile.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/bbiFile.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -b -B -U 4 -r1.16 -r1.17
--- src/inc/bbiFile.h	5 Nov 2009 19:46:58 -0000	1.16
+++ src/inc/bbiFile.h	7 Nov 2009 17:38:19 -0000	1.17
@@ -275,8 +275,11 @@
 
 void bbiWriteDummyZooms(FILE *f);
 /* Write out zeroes to reserve space for ten zoom levels. */
 
+void bbiSummaryElementWrite(FILE *f, struct bbiSummaryElement *sum);
+/* Write out summary element to file. */
+
 void bbiWriteChromInfo(struct bbiChromUsage *usageList, int blockSize, FILE *f);
 /* Write out information on chromosomes to file. */
 
 void bbiWriteFloat(FILE *f, float val);