108d1fce0f31f8d58cfc0940a5fdb5a1deb7c14e braney Sat Jan 21 15:25:47 2023 -0800 be smarter about how we deal with curated hubs. Fixes #30510 diff --git src/hg/inc/web.h src/hg/inc/web.h index 3d03772..a0167a5 100644 --- src/hg/inc/web.h +++ src/hg/inc/web.h @@ -1,28 +1,26 @@ /* web.c - some functions to output HTML code */ /* Copyright (C) 2014 The Regents of the University of California * See kent/LICENSE or http://genome.ucsc.edu/license/ for licensing information. */ #ifndef WEB_H #define WEB_H #include "cart.h" #include "dbDb.h" -extern char *dbOveride; // communicate with the web front end if we load a hub to support db cgivar. */ - void webSetStyle(char *style); /* set a style to add to the header */ void webStartText(); /* output the head for a text page */ void webStart(struct cart *theCart, char *db, char* format,...) /* output a CGI and HTML header with the given title in printf format */ #if defined(__GNUC__) __attribute__((format(printf, 3, 4))) #endif ; void webStartHeader(struct cart *theCart, char *db, char *header, char* format,...) /* output a CGI and HTML header with the given title in printf format */