src/hg/hgTables/hgTables.h 1.142
1.142 2010/04/13 04:42:01 kent
Making filter work for makeItems. Hmm, what a complex piece of code!
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.141
retrieving revision 1.142
diff -b -B -U 4 -r1.141 -r1.142
--- src/hg/hgTables/hgTables.h 12 Apr 2010 05:32:51 -0000 1.141
+++ src/hg/hgTables/hgTables.h 13 Apr 2010 04:42:01 -0000 1.142
@@ -803,9 +803,10 @@
struct hTableInfo *ctToHti(struct customTrack *ct);
/* Create an hTableInfo from a customTrack. */
-void doTabOutDb( char *db, char *table, FILE *f, struct sqlConnection *conn, char *fields);
+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,
char *fields, FILE *f);