Subj : src/sbbs3/nopen.c nopen.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Sat Aug 13 2022 12:39 am https://gitlab.synchro.net/main/sbbs/-/commit/7e102c79a67dae406c0e8529 Modified Files: src/sbbs3/nopen.c nopen.h Log Message: Create fwritelog() to go along with fopenlog() and fcloselog() The functions aren't DLL-exported, so the difference in FILE* support between an app and a library is not an issue... yet, but it could be someday, so just for good measure. .