]> git.ipfire.org Git - thirdparty/bacula.git/commit
tweak remove wrong definition of ser_block_header() from proto.h
authorAlain Spineux <alain@baculasystems.com>
Tue, 1 Mar 2022 13:37:39 +0000 (14:37 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:59 +0000 (13:56 +0200)
commite1a8a3771a397acb9e2dd2d620b57a4587dc47ab
tree4565d005aea51fdae0c1fea2f29454ce9a2394f7
parent4b9aa7c6580a56cc884c626df4fa3f027c111613
tweak remove wrong definition of ser_block_header() from proto.h

- the definition of ser_block_header in proto.h is wrong
void ser_block_header(DEV_BLOCK *block);
- the right one is
uint32_t ser_block_header(DEV_BLOCK *block, bool do_checksum)
- the definition in proto.h is never used
bacula/src/stored/protos.h