src/hg/inc/hui.h 1.154

1.154 2010/05/26 22:21:32 braney
fix makeDownloadslink use the current database rather than defaulting to hg18
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.153
retrieving revision 1.154
diff -b -B -U 4 -r1.153 -r1.154
--- src/hg/inc/hui.h	20 May 2010 03:17:21 -0000	1.153
+++ src/hg/inc/hui.h	26 May 2010 22:21:32 -0000	1.154
@@ -1111,9 +1111,9 @@
    thus returns the "column1 in (...) and column2 in (...)" clause.
    if 'column' is provided, and there are multiple filterBy columns, only the named column's clause is returned.
    The 'and' param and dyString in/out allows stringing multiple where clauses together
 */
-boolean makeDownloadsLink(struct trackDb *tdb);
+boolean makeDownloadsLink(char *database, struct trackDb *tdb);
 // Make a downloads link (if appropriate and then returns TRUE)
 
 boolean makeSchemaLink(char *db,struct trackDb *tdb,char *label);
 // Make a table schema link (if appropriate and then returns TRUE)