]> git.ipfire.org Git - thirdparty/ccache.git/commit
Refactor functions for reading/writing common header
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 29 Jun 2019 18:37:08 +0000 (20:37 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 1 Jul 2019 19:30:02 +0000 (21:30 +0200)
commit206c85c1f39fbeb948af0556938cd51e9b79fdb4
tree3b8d362965f400f2d1c8ab18fb4d1b1f0239c467
parent3d8daffc73b0e7319391843835bad627f9129510
Refactor functions for reading/writing common header

The functions now work on bytes instead of FILEs, allowing for the
caller to optionally peek at read/written bytes.
src/common_header.c
src/common_header.h
src/manifest.c
src/result.c