bf206e712c2e6d27532774f86ed7e01af79cb830
tdreszer
  Tue Aug 31 14:42:14 2010 -0700
Movved 2 functions out of searchTracks.
diff --git src/hg/hgTracks/imageV2.h src/hg/hgTracks/imageV2.h
index 762b802..8aae618 100644
--- src/hg/hgTracks/imageV2.h
+++ src/hg/hgTracks/imageV2.h
@@ -88,6 +88,13 @@
 #define flatTracksSort(a)
 #endif//def FLAT_TRACK_LIST
 
+/////////////////////////
+// JSON support.  Eventually the whole imgTbl could be written out as JSON
+void jsonTdbSettingsBuild(struct dyString **jsonTdbSettingsString, struct track *track);
+// Creates then successively adds trackDb settings to the jsonTdbSettingsString
+// Initially pass in NULL pointer to a dyString to properly begin building
+char *jsonTdbSettingsUse(struct dyString **jsonTdbSettingsString);
+// Closes and returns the contents of the jsonTdbSettingsString
 
 /////////////////////////
 // IMAGEv2