Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

zstdseek.h
#ifndef ANI_ZSTDSEEK_H
#define ANI_ZSTDSEEK_H

/* Wrapper layer for working with the seekable variant of zstd. */
size_t zstdseek_decompress(uint8_t *, size_t, uint8_t *, size_t);

#endif