87a833f995f6bfc6879c95f4c882da0ae0feaa72 tdreszer Thu Sep 2 13:23:32 2010 -0700 After changing cartDump to encode vars and vals, I decided to make it all ajaxy diff --git src/hg/inc/cart.h src/hg/inc/cart.h index 0c105f9..b909dc3 100644 --- src/hg/inc/cart.h +++ src/hg/inc/cart.h @@ -284,8 +284,9 @@ void cartDump(struct cart *cart); /* Dump contents of cart. */ -void cartDumpList(struct hashEl *elList); -/* Dump list of cart variables. */ +#define CART_DUMP_AS_TABLE "cartDumpAsTable" +void cartDumpList(struct hashEl *elList,boolean asTable); +/* Dump list of cart variables optionally as a table with ajax update support. */ void cartDumpPrefix(struct cart *cart, char *prefix); /* Dump all cart variables with prefix */