src/hg/inc/hui.h 1.132
1.132 2009/06/25 05:34:41 markd
added suppot for downloadsServer variable in html
Index: src/hg/inc/hui.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/hui.h,v
retrieving revision 1.131
retrieving revision 1.132
diff -b -B -U 4 -r1.131 -r1.132
--- src/hg/inc/hui.h 12 Jun 2009 15:52:20 -0000 1.131
+++ src/hg/inc/hui.h 25 Jun 2009 05:34:41 -0000 1.132
@@ -9,8 +9,11 @@
void setUdcCacheDir();
/* set the path to the udc cache dir */
+char *hDownloadsServer();
+/* get the downloads server from hg.conf or the default */
+
char *hUserCookie();
/* Return our cookie name. */
char *wrapWhiteFont(char *s);