Subj : src/xpdev/netwrap.h To : Git commit to main/sbbs/master From : Deucе Date : Sat Oct 08 2022 12:15 pm https://gitlab.synchro.net/main/sbbs/-/commit/0fe595ea00139c809c9affd8 Modified Files: src/xpdev/netwrap.h Log Message: Fix warning anywhere netwrap.h is included before sockwrap.h sbbs3/../xpdev/netwrap.h:45:27: warning: 'parseIPv6Address' has C-linkage specified, but returns incomplete type 'struct in6_addr' which could be incompatible with C [-Wreturn-type-c-linkage] DLLEXPORT struct in6_addr parseIPv6Address(const char*); ^ .