• MinRK's avatar
    forward-declare struct iovec · a1788171
    MinRK authored
    avoids warnings of the form:
    
    warning: 'struct iovec' declared inside parameter list
    warning: its scope is only this definition or declaration, which is probably not what you want
    
    when building downstream projects
    a1788171
zmq.h 12.2 KB