fac6f1db370338b0f775b60037e66fc2aac3cfdd
kate
  Tue Jan 30 16:54:25 2018 -0800
Beginnings of details page for interact track. refs #17512

diff --git src/hg/hgc/hgc.h src/hg/hgc/hgc.h
index c443279..a658655 100644
--- src/hg/hgc/hgc.h
+++ src/hg/hgc/hgc.h
@@ -493,16 +493,19 @@
 // Any extra bed or bigBed fields (defined in as and occurring after N in bed N + types.
 // sr may be null for bigBeds.
 // Returns number of extra fields actually printed.
 
 #define NUCCORE_SEARCH "https://www.ncbi.nlm.nih.gov/sites/entrez?db=nuccore&cmd=search&term="
 
 void doJRepeat (struct trackDb *tdb, char *repeat);
 /* New RepeatMasker Visualization defined in joinedRmskClick.c */
 
 INLINE char* strOrNbsp(char* val)
 /* return val if not empty otherwise HTML entity   */
 {
 return isEmpty(val) ? " " : val;
 }
 
+void doInteractDetails(struct trackDb *tdb, char *item);
+/* Details of interaction item */
+
 #endif