• abyss7's avatar
    Provide forward declaration for `struct sockaddr` · 7aa69c80
    abyss7 authored
    Otherwise, at least clang++, forward-declares it inside the namespace `::capnp` and doesn't match it with a real `struct sockaddr` from the header 'socket.h'.
    
    Also, accept `const` pointer - there is no point not to do so.
    7aa69c80
Name
Last commit
Last update
c++ Loading commit data...
doc Loading commit data...
highlighting/qtcreator Loading commit data...
.gitignore Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
RELEASE-PROCESS.md Loading commit data...
mega-test-quick.cfg Loading commit data...
mega-test.cfg Loading commit data...
mega-test.py Loading commit data...
release.sh Loading commit data...
super-test.sh Loading commit data...