dedup

deduplicating backup program
git clone git://git.2f30.org/dedup
Log | Files | Refs | README | LICENSE

commit ed0383fb3d1d39ea20fe1e58f2b6c3cdaf66a042
parent b0cb2c9c5b4bfcc3efa381b5f54baf8c3d8a3365
Author: sin <sin@2f30.org>
Date:   Fri,  3 May 2019 13:55:17 +0100

Add missing extern

Diffstat:
Mblock.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block.h b/block.h @@ -41,7 +41,7 @@ extern int bgc(struct bctx *); extern int bcheck(struct bctx *, unsigned char *); extern int bsync(struct bctx *); extern int bclose(struct bctx *); -struct bparam *bparamdef(void); +extern struct bparam *bparamdef(void); /* bcompat.c */ extern int punchhole(int, off_t, off_t);