9cc2351f465f585965408ff48fea2ad79a1aaa91
markd
  Mon Jun 6 17:40:11 2011 -0700
meger of GENCODE V7 tracks
diff --git src/hg/hgc/gencodeClick.h src/hg/hgc/gencodeClick.h
new file mode 100644
index 0000000..dab6fce
--- /dev/null
+++ src/hg/hgc/gencodeClick.h
@@ -0,0 +1,12 @@
+/* gencodeClick - click handling for GENCODE tracks */
+#ifndef GENCODECLICK_H
+
+
+bool isNewGencodeGene(struct trackDb *tdb);
+/* is this a new-style gencode (>= V7) track, as indicated by
+ * the presence of the wgEncodeGencodeVersion setting */
+
+void doGencodeGene(struct trackDb *tdb, char *gencodeId);
+/* Process click on a GENCODE annotation. */
+
+#endif