Commit e488603
committed
pkt-line: fix declaration of
When this function was changed in a97d007 (remote-curl: use
post_rpc() for protocol v2 also, 2019-02-21) from file-local to global,
the declaration was incorrectly missing the `const` qualifier.
Let's fix that.
Signed-off-by: Johannes Schindelin <[email protected]>set_packet_header()
1 parent 5818860 commit e488603
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments