76b1ff207748ca1da3d929e5286ccb72bd0528ef angie Wed Jun 12 13:29:36 2013 -0700 Bugfixes and improvements suggested by Brooke in #6152 notes 36, 38, 42. refs #6152 diff --git src/hg/inc/hCommon.h src/hg/inc/hCommon.h index ff1242b..a3d3153 100644 --- src/hg/inc/hCommon.h +++ src/hg/inc/hCommon.h @@ -13,30 +13,33 @@ 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 *hgVaiName(); +/* Relative URL to variant annotation integrator. */ + char *hgCustomName(); /* Relative URL to custom tracks manager. */ char *hgHubConnectName(); /* Relative URL to track hub manager. */ char *hgSessionName(); /* Relative URL to session manager. */ char *hgPalName(); /* Relative URL to click processing program. */ char *hgVarAnnogratorName(); /* Relative URL to variant annotation integrator program. */