src/hg/hgTables/hgTables.h 1.141

1.141 2010/04/12 05:32:51 kent
Making all fields output work with makeItems.
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.140
retrieving revision 1.141
diff -b -B -U 4 -r1.140 -r1.141
--- src/hg/hgTables/hgTables.h	9 Apr 2010 18:41:18 -0000	1.140
+++ src/hg/hgTables/hgTables.h	12 Apr 2010 05:32:51 -0000	1.141
@@ -803,9 +803,12 @@
 
 struct hTableInfo *ctToHti(struct customTrack *ct);
 /* Create an hTableInfo from a customTrack. */
 
-void doTabOutCustomTracks(struct trackDb *track, struct sqlConnection *conn,
+void doTabOutDb( char *db, char *table, 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,
 	char *fields, FILE *f);
 /* Print out selected fields from custom track.  If fields
  * is NULL, then print out all fields. */