f100fbda35af6537ce9341c00fb34d51dcd29acf tdreszer Fri Jun 25 11:08:42 2010 -0700 SuperTracks needed to be slReversed before displaying. Took opportunity to add warnBox to top of hgTrackUi as it should be. diff --git src/inc/htmshell.h src/inc/htmshell.h index 60dde85..3d6d5d2 100644 --- src/inc/htmshell.h +++ src/inc/htmshell.h @@ -102,6 +102,13 @@ char *htmlWarnEndPattern(); /* Return ending pattern for warning message. */ +#define WARNBOX_IN_USE +#ifdef WARNBOX_IN_USE +void htmlWarnBoxSetup(FILE *f); +/* Creates an invisible, empty warning box than can be filled with errors + * and then made visible. */ +#endif//def WARNBOX_IN_USE + void htmlAbort(); /* Terminate HTML file. Exposed for cart's use. */