a80b650af2368300e4fd69251ff9d47e83c235a3
tdreszer
  Fri Dec 17 14:53:16 2010 -0800
New CFI 'hgFileUi' for composites with downloadable files
diff --git src/hg/inc/hCommon.h src/hg/inc/hCommon.h
index 42c3280..8127124 100644
--- src/hg/inc/hCommon.h
+++ src/hg/inc/hCommon.h
@@ -4,30 +4,33 @@
 #define HCOMMON_H
 
 #ifndef HGCOLORS_H
 #include "hgColors.h"
 #endif
 
 char *hgcName();
 /* Relative URL to click processing program. */
 
 char *hgTracksName();
 /* Relative URL to browser. */
 
 char *hgTrackUiName();
 /* Relative URL to extended track UI. */
 
+char *hgFileUiName();
+/* Relative URL to downloladable files UI. */
+
 char *hgTextName();
 /* Relative URL to old table browser. */
 
 char *hgTablesName();
 /* Relative URL to table browser. */
 
 char *hgCustomName();
 /* Relative URL to custom tracks manager. */
 
 char *hgSessionName();
 /* Relative URL to session manager. */
 
 char *hgPalName();
 /* Relative URL to click processing program. */