#include <time.h>

/* update the total */
void total_update ();

/* adjust the total */
void total_adjust (time_t amount);

/* show the total */
void total_show ();

/* hide the total */
void total_hide ();
