isnap.h - 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 isnap.h (315B) Err bitreich.org 70 i--- Err bitreich.org 70 i 1 enum { Err bitreich.org 70 i 2 S_READ = 1 << 0, Err bitreich.org 70 i 3 }; Err bitreich.org 70 i 4 Err bitreich.org 70 i 5 struct sctx; Err bitreich.org 70 i 6 Err bitreich.org 70 i 7 extern int screat(char *, int, struct sctx **); Err bitreich.org 70 i 8 extern int sopen(char *, int flags, int, struct sctx **); Err bitreich.org 70 i 9 extern int sput(struct sctx *, unsigned char *); Err bitreich.org 70 i 10 extern int sget(struct sctx *, unsigned char *); Err bitreich.org 70 i 11 extern int ssync(struct sctx *); Err bitreich.org 70 i 12 extern int sclose(struct sctx *); Err bitreich.org 70 .