Modified Files:
exec.cpp execmisc.cpp ftpsrvr.c getstats.c logfile.cpp
main.cpp pack_qwk.cpp pack_rep.cpp sbbs.h un_qwk.cpp
Log Message:
Two unrelated changes, but since they touched sbbs.h, I'm committing them together to keep things atomic:
1. Eliminate eprintf() as sbbs_t::lputs() and sbbs_t::lprintf() do the
"right thing" (e.g. log to the event log when called from the event_thread).
2. Moved upload_stats() and download_stats() from ftpsrvr.c to getstats.c where
I plan to make use of them for JS-based upload/download file support.