src/hg/hgTables/bigWig.c 1.7

1.7 2010/06/03 18:53:59 kent
Fixing symbol conflict with table browser isBigWig function and new library function.
Index: src/hg/hgTables/bigWig.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/bigWig.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -b -B -U 4 -r1.6 -r1.7
--- src/hg/hgTables/bigWig.c	12 Aug 2009 21:20:25 -0000	1.6
+++ src/hg/hgTables/bigWig.c	3 Jun 2010 18:53:59 -0000	1.7
@@ -21,9 +21,9 @@
 #include "hgTables.h"
 
 static char const rcsid[] = "$Id$";
 
-boolean isBigWig(char *table)
+boolean isBigWigTable(char *table)
 /* Return TRUE if table corresponds to a bigWig file. */
 {
 return trackIsType(database, table, curTrack, "bigWig", ctLookupName);
 }