src/hg/inc/hui.h 1.139

1.139 2009/09/24 23:15:45 hiram
Settle on a single function to determine chainNormScoreDb()
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.138
retrieving revision 1.139
diff -b -B -U 4 -r1.138 -r1.139
--- src/hg/inc/hui.h	18 Sep 2009 20:05:12 -0000	1.138
+++ src/hg/inc/hui.h	24 Sep 2009 23:15:45 -0000	1.139
@@ -1064,5 +1064,8 @@
 
 void extraUiLinks(char *db,struct trackDb *tdb);
 /* Show downlaods, schema and metadata links where appropriate */
 
+boolean chainDbNormScoreAvailable(struct trackDb *tdb);
+/*	check if normScore column is specified in trackDb as available */
+
 #endif /* HUI_H */