• src/sbbs3/ansiterm.cpp bat_xfer.cpp chat.cpp con_out.cpp data.cpp down

    From Rob Swindell (in GitKraken) to Git commit to main/sbbs/master on Friday, March 10, 2023 19:59:26
    https://gitlab.synchro.net/main/sbbs/-/commit/423249f3d9c6d5b43aafcfd0
    Modified Files:
    src/sbbs3/ansiterm.cpp bat_xfer.cpp chat.cpp con_out.cpp data.cpp download.cpp exec.cpp execfunc.cpp getkey.cpp inkey.cpp listfile.cpp logon.cpp prntfile.cpp qwk.cpp readmail.cpp readmsgs.cpp sbbsdefs.h scansubs.cpp str.cpp telgate.cpp upload.cpp useredit.cpp viewfile.cpp writemsg.cpp
    Log Message:
    Replace SYNC and ASYNC macros with calls to sbbs_t::sync()

    Does exactly the same thing, no change in behavior and unlikely there's any change in performance.