src/hg/hgTables/hgTables.h 1.136
1.136 2009/04/14 14:19:53 angie
Added check for NULL tdb from findTdbForTable.
Index: src/hg/hgTables/hgTables.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTables/hgTables.h,v
retrieving revision 1.135
retrieving revision 1.136
diff -b -B -U 4 -r1.135 -r1.136
--- src/hg/hgTables/hgTables.h 11 Apr 2009 00:02:13 -0000 1.135
+++ src/hg/hgTables/hgTables.h 14 Apr 2009 14:19:53 -0000 1.136
@@ -1040,9 +1040,9 @@
#define uglyw warn /* Warn for debugging purposes. */
struct trackDb *findTdbForTable(char *db,struct trackDb *parent,char *table);
-/* Find or creates the tdb for this table. */
+/* Find or creates the tdb for this table. Might return NULL! (e.g. all tables) */
char *findTypeForTable(char *db,struct trackDb *parent,char *table);
/* Finds the TrackType for this Table */