]> arthur.barton.de Git - bup.git/commit
Move msg() to bup/io.[hc] in preparation for more sharing
authorRob Browning <rlb@defaultvalue.org>
Sat, 27 Mar 2021 18:38:56 +0000 (13:38 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 28 Mar 2021 21:25:18 +0000 (16:25 -0500)
commit4a099cec3aea9821cf5671838252f22a37782a8f
tree9afab4dcb0341cb6ab0dae080106f5c5cd7ad157
parent0576318bfadfa3d3666c5e01a3323d69f2e7cdc4
Move msg() to bup/io.[hc] in preparation for more sharing

We're going to need to share some python compatibility code between
dev/python and bup, etc., so create src/bup for the shared code, and
move msg() there.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Makefile
lib/cmd/bup.c
src/bup/io.c [new file with mode: 0644]
src/bup/io.h [new file with mode: 0644]