src/hg/inc/genoLay.h 1.5

1.5 2009/04/06 05:41:20 galt
add genoLayDbChromsExt to handle case of not abort on error
Index: src/hg/inc/genoLay.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/genoLay.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/hg/inc/genoLay.h	20 Feb 2008 00:42:30 -0000	1.4
+++ src/hg/inc/genoLay.h	6 Apr 2009 05:41:20 -0000	1.5
@@ -58,8 +58,12 @@
 int genoLayChromCmpName(const void *va, const void *vb);
 /* Compare two chromosome names so as to sort numerical part
  * by number.. */
 
+struct genoLayChrom *genoLayDbChromsExt(struct sqlConnection *conn, 
+	boolean withRandom, boolean abortOnErr);
+/* Get chrom info list. */
+
 struct genoLayChrom *genoLayDbChroms(struct sqlConnection *conn, 
 	boolean withRandom);
 /* Get chrom info list. */