]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: include headers for extern variables
authorEric Sandeen <sandeen@redhat.com>
Wed, 17 Oct 2018 18:25:10 +0000 (13:25 -0500)
committerEric Sandeen <sandeen@redhat.com>
Wed, 17 Oct 2018 18:25:10 +0000 (13:25 -0500)
commit4a87b332238335553648dfa89db132fea36e69bd
treeb00a2f6d5fca360c43aa0ed539a537d2949c7534
parent2bba5a01be4284792ea3c701811d5cc12ac592a0
xfsprogs: include headers for extern variables

Include headers which export functions for their matching C files so that
they don't appear to be static to the sparse checker.

Fixes sparse warnings about this.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/crc.c
db/fuzz.c
db/hash.c
db/logformat.c
db/symlink.c
db/text.c
libfrog/crc32.c