Added Vary header

This commit is contained in:
2021-05-06 20:55:44 +02:00
parent 7aa47cac61
commit cf2c0de697
2 changed files with 14 additions and 6 deletions

View File

@ -16,6 +16,7 @@
#define COMPRESS_GZ 1
#define COMPRESS_BR 2
#define COMPRESS 3
typedef struct {
int mode;