Subj : src/xpdev/sockwrap.h To : Git commit to main/sbbs/master From : Deucе Date : Sat Feb 19 2022 01:47 pm https://gitlab.synchro.net/main/sbbs/-/commit/3f08e8f6ecb50fa31f03eea7 Modified Files: src/xpdev/sockwrap.h Log Message: typedef a socket_buffer_t This is so we can deal with send(), recv() and friends taking a void* on BSD stacks, and a char* on Win32. Not a big deal for C where a void* is universal, but C++ hates that type of thing. .