src/hg/hgTables/hgTables.h 1.139
1.139 2010/03/25 17:41:25 angie
Use hAllocConnTrack instead of sqlConnect or hAllocConn to support profiles in hg.conf.
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.138
retrieving revision 1.139
diff -b -B -U 4 -r1.138 -r1.139
--- src/hg/hgTables/hgTables.h 20 May 2009 20:59:56 -0000 1.138
+++ src/hg/hgTables/hgTables.h 25 Mar 2010 17:41:25 -0000 1.139
@@ -112,9 +112,9 @@
boolean anyCompression();
/* Check if any compressed file output has been requested */
-void initGroupsTracksTables(struct sqlConnection *conn);
+void initGroupsTracksTables();
/* Get list of groups that actually have something in them. */
struct region *getRegions();
/* Consult cart to get list of regions to work on. */
@@ -136,10 +136,9 @@
void dbOverrideFromTable(char buf[256], char **pDb, char **pTable);
/* If *pTable includes database, overrider *pDb with it, using
* buf to hold string. */
-struct grp *makeGroupList(struct sqlConnection *conn,
- struct trackDb *trackList, boolean allTablesOk);
+struct grp *makeGroupList(struct trackDb *trackList, boolean allTablesOk);
/* Get list of groups that actually have something in them. */
struct grp *findSelectedGroup(struct grp *groupList, char *cgiVar);
/* Find user-selected group if possible. If not then