8715d83d38d8bb18adfdd9ce05771b4cede85407 angie Fri Dec 5 09:52:07 2014 -0800 Moved some hgTables code that had been copied into a couple differentplaces into a new lib module, cartTrackDb. hgGenome/import.c has code that is fairly similar but that also needs to filter out custom tracks that were generated by hgGenome. diff --git src/hg/inc/wikiTrack.h src/hg/inc/wikiTrack.h index 3a1cbee..c4a499c 100644 --- src/hg/inc/wikiTrack.h +++ src/hg/inc/wikiTrack.h @@ -210,16 +210,19 @@ char *encodedReturnUrl(char *(*hgUrl)()); /* Return a CGI-encoded URL with hgsid. Free when done. * The given function hgUrl() will construct the actual cgi binary URL */ boolean emailVerified(boolean showMessage); /* TRUE indicates email has been verified for this wiki user */ boolean isWikiEditor(char *userName); /* check if user name is on list of editors */ char *wikiUrl(struct wikiTrack *item); /* construct a URL to the wiki page for the specified item free the returned string when done with it. */ +struct trackDb *wikiTrackDb(); +/* Create & return a trackDb for the wiki track. */ + #endif /* WIKITRACK_H */