src/hg/inc/bed.h 1.51

1.51 2009/03/16 01:01:12 kent
Adding bedAsDef.
Index: src/hg/inc/bed.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/bed.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -b -B -U 4 -r1.50 -r1.51
--- src/hg/inc/bed.h	2 Feb 2009 04:19:38 -0000	1.50
+++ src/hg/inc/bed.h	16 Mar 2009 01:01:12 -0000	1.51
@@ -360,6 +360,9 @@
 
 struct bed *bedThickOnlyList(struct bed *inList);
 /* Return a list of beds that only are the thick part of input. */
 
+char *bedAsDef(int fieldCount);
+/* Return an autoSql definition for a bed of given number of fields. */
+
 #endif /* BED_H */