• 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
ez-rpc.h 9.02 KB