iUpdate decl - dedup - deduplicating backup program Err bitreich.org 70 hgit clone git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ URL:git://bitreich.org/dedup/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/dedup/ bitreich.org 70 1Log /scm/dedup/log.gph bitreich.org 70 1Files /scm/dedup/files.gph bitreich.org 70 1Refs /scm/dedup/refs.gph bitreich.org 70 1Tags /scm/dedup/tag bitreich.org 70 1README /scm/dedup/file/README.gph bitreich.org 70 1LICENSE /scm/dedup/file/LICENSE.gph bitreich.org 70 i--- Err bitreich.org 70 1commit 71605514e83db6a2feb74dfda7ce15cf301bcc6b /scm/dedup/commit/71605514e83db6a2feb74dfda7ce15cf301bcc6b.gph bitreich.org 70 1parent 2d3150323478c6da19828908e52ed50a032dcef9 /scm/dedup/commit/2d3150323478c6da19828908e52ed50a032dcef9.gph bitreich.org 70 hAuthor: sin URL:mailto:sin@2f30.org bitreich.org 70 iDate: Sat, 13 Apr 2019 13:44:26 +0100 Err bitreich.org 70 i Err bitreich.org 70 iUpdate decl Err bitreich.org 70 i Err bitreich.org 70 iDiffstat: Err bitreich.org 70 i M dedup.h | 4 ++-- Err bitreich.org 70 i Err bitreich.org 70 i1 file changed, 2 insertions(+), 2 deletions(-) Err bitreich.org 70 i--- Err bitreich.org 70 1diff --git a/dedup.h b/dedup.h /scm/dedup/file/dedup.h.gph bitreich.org 70 i@@ -144,7 +144,7 @@ size_t decompr(struct compr_ctx *ctx, const void *in, void *out, Err bitreich.org 70 i size_t insize, size_t outsize); Err bitreich.org 70 i int compr_final(struct compr_ctx *ctx); Err bitreich.org 70 i int compr_name2type(char *name); Err bitreich.org 70 i-const char *compr_type2name(int type); Err bitreich.org 70 i+char *compr_type2name(int type); Err bitreich.org 70 i Err bitreich.org 70 i /* hash-blake2b.c */ Err bitreich.org 70 i int blake2bi(struct hash_ctx *ctx, size_t n); Err bitreich.org 70 i@@ -171,7 +171,7 @@ int hash_init(struct hash_ctx *ctx, int type, size_t n); Err bitreich.org 70 i int hash_update(struct hash_ctx *ctx, const void *buf, size_t n); Err bitreich.org 70 i int hash_final(struct hash_ctx *ctx, void *buf, size_t n); Err bitreich.org 70 i int hash_name2type(char *name); Err bitreich.org 70 i-const char *hash_type2name(int type); Err bitreich.org 70 i+char *hash_type2name(int type); Err bitreich.org 70 i Err bitreich.org 70 i /* icache.c */ Err bitreich.org 70 i struct icache *alloc_icache(void); Err bitreich.org 70 .