ae63ce55185746c5fabb2ead8cc20215faada36d
max
  Mon Nov 3 08:03:14 2025 -0800
adding ancient dna track, refs #36592

diff --git src/hg/inc/hgConfig.h src/hg/inc/hgConfig.h
index d8adc31c487..5e72dd576d1 100644
--- src/hg/inc/hgConfig.h
+++ src/hg/inc/hgConfig.h
@@ -41,17 +41,20 @@
 struct slName *cfgNamesWithPrefix();
 /* get list of names in config file with prefix. slFreeList when finished */
 
 struct slName *cfgValsWithPrefix(char* prefix);
 /* get list of values in config file with prefix. slFreeList when finished */
 
 unsigned long cfgModTime();
 /* Return modification time of config file */
 
 void cfgSetMaxMem();
 /* Check hg.conf for maxMem.  If not set, don't limit memory.  Otherwise
  * limit memory usage to that number. */
 
 void cfgSetLogCgiVars();
 /* optionally activate dumping of all CGI variables to stderr log */
+
+void cfgInitCgi();
+/* init kent libraries for CGI programs: max RAM, CGI logging, etc*/
 #endif