src/hg/hgTables/hgTables.h 1.145

1.145 2010/05/14 23:32:00 kent
Refactoring a bit so can pass a table string rather than a track struct to eliminate a track/table potential blending of things.
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.144
retrieving revision 1.145
diff -b -B -U 4 -r1.144 -r1.145
--- src/hg/hgTables/hgTables.h	22 Apr 2010 19:25:22 -0000	1.144
+++ src/hg/hgTables/hgTables.h	14 May 2010 23:32:00 -0000	1.145
@@ -809,9 +809,9 @@
 void doTabOutDb( char *db, char *dbVarName, char *table, char *tableVarName,
 	FILE *f, struct sqlConnection *conn, char *fields);
 /* Do tab-separated output on fields of a single table. */
 
-void doTabOutCustomTracks(char *db, struct trackDb *track, struct sqlConnection *conn,
+void doTabOutCustomTracks(char *db, char *table, struct sqlConnection *conn,
 	char *fields, FILE *f);
 /* Print out selected fields from custom track.  If fields
  * is NULL, then print out all fields. */