Jacob Vosmaer [off-list ref] writes:
This adds a new function packet_fwrite which works like packet_write,
except it writes to a stdio stream.
Helped-by: Patrick Steinhardt [off-list ref]
Signed-off-by: Jacob Vosmaer <redacted>
---
cache.h | 1 +
pkt-line.c | 16 ++++++++++++++++
pkt-line.h | 1 +
write-or-die.c | 6 ++++++
4 files changed, 24 insertions(+)
I wonder if our readers are all proficient enough not to require
some comment to warn them about the care that must be taken when
packet_fwrite() and packet_write() are mixed together (i.e. stdio
flushing, etc.), but other than that, this sounds quite
straight-forward.