src/hg/inc/customTrack.h 1.55

1.55 2009/04/10 19:54:41 tdreszer
Added ctFind support routine
Index: src/hg/inc/customTrack.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/customTrack.h,v
retrieving revision 1.54
retrieving revision 1.55
diff -b -B -U 4 -r1.54 -r1.55
--- src/hg/inc/customTrack.h	3 Sep 2008 19:19:10 -0000	1.54
+++ src/hg/inc/customTrack.h	10 Apr 2009 19:54:41 -0000	1.55
@@ -173,5 +173,8 @@
  * the custom tracks in this file were created.  The only way to check is
  * by file mod time, unless we add the enable time to
  * browser metadata somewhere */
 
+struct customTrack *ctFind(struct customTrack *ctList,char *name);
+/* Find named custom track. */
+
 #endif