2d30d99f5f6d3d6532166a0c70c89d38e6053fb1 braney Fri Apr 5 16:57:02 2024 -0700 ongoing work on quickLift diff --git src/hg/inc/exportedDataHubs.h src/hg/inc/exportedDataHubs.h index 0e3cd5f..d118ce7 100644 --- src/hg/inc/exportedDataHubs.h +++ src/hg/inc/exportedDataHubs.h @@ -56,17 +56,20 @@ /* Print out exportedDataHubs. Separate fields with sep. Follow last field with lastSep. */ #define exportedDataHubsTabOut(el,f) exportedDataHubsOutput(el,f,'\t','\n'); /* Print out exportedDataHubs as a line in a tab-separated file. */ #define exportedDataHubsCommaOut(el,f) exportedDataHubsOutput(el,f,',',','); /* Print out exportedDataHubs as a comma separated list including final comma. */ /* -------------------------------- End autoSql Generated Code -------------------------------- */ boolean exportedDataHubsEnabled(); /* Return TRUE if feature is available */ void printExportedDataHubs(char *db); /* Fill out exported data hubs popup. */ + +unsigned registerExportedDataHub(char *db, char *hubUrl); +/* Add a hub to the exportedDataHubs table. */ #endif /* EXPORTEDDATAHUBS_H */