src/hg/inc/bamFile.h 1.16

1.16 2010/03/04 05:14:13 angie
Pass sql conn into bamFileNameFromTable, so we can get it from hAllocConnTrack, to support use of hg.conf profiles.
Index: src/hg/inc/bamFile.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/bamFile.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -B -U 4 -r1.15 -r1.16
--- src/hg/inc/bamFile.h	3 Mar 2010 19:30:01 -0000	1.15
+++ src/hg/inc/bamFile.h	4 Mar 2010 05:14:13 -0000	1.16
@@ -9,9 +9,9 @@
 #endif
 #include "bam.h"
 #include "sam.h"
 
-char *bamFileNameFromTable(char *db, char *table, char *bamSeqName);
+char *bamFileNameFromTable(struct sqlConnection *conn, char *table, char *bamSeqName);
 /* Return file name from table.  If table has a seqName column, then grab the 
  * row associated with bamSeqName (which is not nec. in chromInfo, e.g. 
  * bam file might have '1' not 'chr1'). */