fff1743e23bb709b7473a48b67895d3ace431ac8
hiram
  Fri Jan 4 11:35:50 2013 -0800
adding cgiExitTime printout to a number of CGI binaries
diff --git src/hg/inc/cart.h src/hg/inc/cart.h
index 833101a..273443a 100644
--- src/hg/inc/cart.h
+++ src/hg/inc/cart.h
@@ -539,17 +539,21 @@
                             boolean ignoreRemoved,boolean ignoreCreated);
 /* Returns TRUE if new cart setting has changed from old cart setting */
 
 int cartRemoveFromTdbTree(struct cart *cart,struct trackDb *tdb,char *suffix,boolean skipParent);
 /* Removes a 'trackName.suffix' from all tdb descendents (but not parent).
    If suffix NULL then removes 'trackName' which holds visibility */
 
 boolean cartTdbTreeReshapeIfNeeded(struct cart *cart,struct trackDb *tdbComposite);
 /* When subtrack vis is set via findTracks, and composite has no cart settings,
    then fashion composite to match found */
 
 boolean cartTdbTreeCleanupOverrides(struct trackDb *tdb,struct cart *newCart,struct hash *oldVars, struct lm *lm);
 /* When composite/view settings changes, remove subtrack specific settings
    Returns TRUE if any cart vars are removed */
 
+void cgiExitTime(char *cgiName, long enteredMainTime);
+/* single stderr print out called at end of CGI binaries to record run
+ * time in apache error_log */
+
 #endif /* CART_H */