1
0
Fork 0
mirror of https://github.com/pygos/pkg-utils.git synced 2024-05-18 04:06:15 +02:00
pkg-utils/lib/comp/internal.h

12 lines
222 B
C
Raw Normal View History

/* SPDX-License-Identifier: ISC */
#ifndef INTERNAL_H
#define INTERNAL_H
#include "comp/compressor.h"
extern compressor_t comp_lzma;
extern compressor_t comp_none;
extern compressor_t comp_zlib;
#endif /* INTERNAL_H */