Refactor compress a bit

This commit is contained in:
2023-01-12 16:30:10 +01:00
parent 4be5b0d195
commit 5138dafb8e
2 changed files with 32 additions and 19 deletions

View File

@@ -18,6 +18,8 @@
#define COMPRESS_GZ 1
#define COMPRESS_BR 2
#define COMPRESS 3
#define COMPRESS_UTF8 4
#define COMPRESS_WOFF 8
typedef struct {
int mode;