b821b7df6dab3601709da49c089e08d41961e7e8
larrym
  Wed Jul 14 15:09:07 2010 -0700
add motifMultipleHitsSection
diff --git src/hg/hgc/hgc.h src/hg/hgc/hgc.h
index 99a05e3..36bb282 100644
--- src/hg/hgc/hgc.h
+++ src/hg/hgc/hgc.h
@@ -230,6 +230,9 @@
 void motifHitSection(struct dnaSeq *seq, struct dnaMotif *motif);
 /* Print out section about motif. */
 
+void motifMultipleHitsSection(struct dnaSeq **seqs, int count, struct dnaMotif *motif);
+/* Print out section about motif, possibly with mutliple occurrences. */
+
 struct dnaMotif *loadDnaMotif(char *motifName, char *motifTable);
 /* Load dnaMotif from table. */