Fix decl style - dedup - deduplicating backup program HTML git clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ DIR Log DIR Files DIR Refs DIR Tags DIR README DIR LICENSE --- DIR commit cd603e224d63d39634324c26410e7174a7b58069 DIR parent c90df19c4abc00fea111be13b164216a33e5339d HTML Author: sin <sin@2f30.org> Date: Tue, 26 Mar 2019 16:20:24 +0000 Fix decl style Diffstat: M dedup.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) --- DIR diff --git a/dedup.h b/dedup.h @@ -77,9 +77,8 @@ void add_cache_entry(struct cache *cache, struct blk_desc *desc); int lookup_cache_entry(struct cache *cache, struct blk_desc *desc); /* chunker.c */ -struct chunker * -alloc_chunker(int fd, size_t min_size, size_t max_size, - size_t mask, size_t win_size); +struct chunker *alloc_chunker(int fd, size_t min_size, size_t max_size, + size_t mask, size_t win_size); void free_chunker(struct chunker *chunker); ssize_t fill_chunker(struct chunker *chunker); uint8_t *get_chunk(struct chunker *chunker, size_t *chunk_size);