3bf55bde3129042f2f8c33a7ea461c13c34a64ea
braney
  Mon Jul 18 18:38:47 2011 -0700
oops.. these are part of the fixes for #4627
diff --git src/hg/inc/hubConnect.h src/hg/inc/hubConnect.h
index 6b17d41..6525f7f 100644
--- src/hg/inc/hubConnect.h
+++ src/hg/inc/hubConnect.h
@@ -94,18 +94,19 @@
 /* return the name of the cart variable that holds the name of the
  * file in trash that has private hubs */
 
 boolean hubWriteToFile(FILE *f, struct hubConnectStatus *el);
 /* write out a hubConnectStatus structure to a file */
 
 unsigned hubFindOrAddUrlInStatusTable(char *database, struct cart *cart,
     char *url, char **errorMessage);
 /* find or add a URL to the status table */
 
 void hubClearStatus(char *url);
 /* delete the status for this hub from the status table */
 
 void hubDisconnect(struct cart *cart, char *url);
 /* disconnect this hub (remove from status and cart) */
-void hubCheckForNew(char *database, struct cart *cart);
-/* see if the user just typed in a new hub url */
+
+boolean hubCheckForNew(char *database, struct cart *cart);
+/* see if the user just typed in a new hub url, return TRUE if so */
 #endif /* HUBCONNECT_H */