You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkt-line: fix declaration of the set_packet_header() function
In a97d007 (remote-curl: use post_rpc() for protocol v2 also,
2019-02-21), this function was changed from file-local to global, but
curiously the declaration in the header file lost the `const` attribute
of its second parameter.
This was caught by the MSVC compiler.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments