dedup

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

commit 2df09c44626321bba7b319ea5dad5f5dc0475e71
parent a569b0ac6786bf6fc68a65ae6159d0e8ac90bb37
Author: sin <sin@2f30.org>
Date:   Wed, 15 May 2019 14:49:33 +0300

Add comment for state.c

Diffstat:
Mstate.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/state.c b/state.c @@ -1,3 +1,4 @@ +/* Routines to read and write repository parameters */ #include <assert.h> #include <errno.h> #include <stdint.h>