4886584b86a25443a2bd4b5d2816001775f9cab5 braney Fri Sep 16 17:04:22 2011 -0700 don't show myHubs that don't support the current assembly #5253 diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h index d069d08..d4a4c83 100644 --- src/hg/inc/hubConnect.h +++ src/hg/inc/hubConnect.h @@ -107,16 +107,19 @@ /* drop the information about this url from the hubStatus table,return the id */ void hubDisconnect(struct cart *cart, char *url); /* drop the information about this url from the hubStatus table, and * the cart variable the references this hub */ unsigned hubCheckForNew(char *database, struct cart *cart); /* see if the user just typed in a new hub url, return hubId if so */ struct trackHub *trackHubFromId(unsigned hubId); /* Given a hub ID number, return corresponding trackHub structure. * ErrAbort if there's a problem. */ void hubSetErrorMessage(char *errorMessage, unsigned id); /* set the error message in the hubStatus table */ + +boolean hubHasDatabase(struct hubConnectStatus *hub, char *database) ; +/* Return TRUE if hub has contents for database */ #endif /* HUBCONNECT_H */