/*
 * Beans WWW Statistic Reporter
 *
 * Tom Coppeto
 * MIT Network Group
 * 25 December 1997
 *
 * $Header: $
 * $Author: $
 * $Locker: $
 */


#define MAILER /usr/lib/sendmail -t -i


/*
 * function declarations
 */

int main(int, char **);
void usage(char *);





/*
 * Local Variables:
 * c-indent-level: 8
 * c-argdecl-indent: 8
 * c-continued-statement-offset: 8
 * c-continued-brace-offset: -8
 * c-label-offset: -8
 * c-brace-offset: -8
 * End:
 */

