Add functions to extract a single chunk
authorJonathan Dieter <jdieter@gmail.com>
Sat, 1 Dec 2018 22:19:12 +0000 (22:19 +0000)
committerJonathan Dieter <jdieter@gmail.com>
Sat, 1 Dec 2018 22:19:12 +0000 (22:19 +0000)
commitd46805880b9f854809ca7f47b0ae991168930518
treef382a068ada31eca0adbd230f41676338d429200
parentb5309c0623b5e9a3912364823f4c2b313fb0a495
Add functions to extract a single chunk

Signed-off-by: Jonathan Dieter <jdieter@gmail.com>
include/zck.h.in
src/lib/comp/comp.c
src/lib/dl/dl.c
src/lib/hash/hash.c
src/lib/index/index_create.c
src/lib/index/index_read.c
src/lib/zck_private.h
test/meson.build
test/read_single_chunk.c [new file with mode: 0644]
test/read_single_comp_chunk.c [new file with mode: 0644]