
this program was written for steve walsh at tcc-comp.com.au.

it's job is to email any users that are going to expire within
6 days. it does this my reading the output of clob_userstats,
and comparing the expiry date of each user with the current 
date. if they are going to expire in 6 days, they are emailed.

this program is to be run daily on a cronjob.

to compile, type in-

gcc -Wall -O4 -o steve steve.c
strip steve


:jason nunn
