ac172b5035912dff230859480492632f3758d396
hiram
  Thu Aug 26 09:51:42 2010 -0700
a couple of routines can be static
diff --git src/hg/hgCustom/hgCustom.c src/hg/hgCustom/hgCustom.c
index ddbd1db..3799169 100644
--- src/hg/hgCustom/hgCustom.c
+++ src/hg/hgCustom/hgCustom.c
@@ -624,7 +624,7 @@
 return dbList;
 }
 
-void manageCustomForm(char *warn)
+static void manageCustomForm(char *warn)
 /* list custom tracks and display checkboxes so user can select for delete */
 {
 
@@ -846,7 +846,7 @@
 cartWebEnd(cart);
 }
 
-void doManageCustom(char *warn)
+static void doManageCustom(char *warn)
 /* display form for deleting & updating custom tracks.
  * Include warning message, if any */
 {