src/hg/inc/hui.h 1.130

1.130 2009/05/22 19:38:12 tdreszer
Make filterBySetCfgUi() publicly available
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.129
retrieving revision 1.130
diff -b -B -U 4 -r1.129 -r1.130
--- src/hg/inc/hui.h	21 May 2009 20:25:35 -0000	1.129
+++ src/hg/inc/hui.h	22 May 2009 19:38:12 -0000	1.130
@@ -1010,8 +1010,12 @@
 /* Free a set of filterBy structs */
 
 char *filterBySetClause(filterBy_t *filterBySet);
 /* returns the "column1 in (...) and column2 in (...)" clause for a set of filterBy structs */
+
+void filterBySetCfgUi(struct trackDb *tdb, filterBy_t *filterBySet);
+/* Does the UI for a list of filterBy structure */
+
 boolean makeDownloadsLink(struct trackDb *tdb);
 // Make a downloads link (if appropriate and then returns TRUE)
 
 boolean makeSchemaLink(char *db,struct trackDb *tdb,char *label);