X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=project.h;h=e241360a610b19649e26a38eea6dcbb8dc7ac14b;hp=943e66da729ea0a79fd77749420ca1b519b18a52;hb=c1c254de39540a55a837a6ab24b6a4ce22fc7fa2;hpb=3dfff657b0fc14d0af804e566b69e4d83629ddc6 diff --git a/project.h b/project.h index 943e66da..e241360a 100644 --- a/project.h +++ b/project.h @@ -491,13 +491,14 @@ struct iob */ #define CT_GZIP 0x0010U /**< gzip-compressed data. */ #define CT_DEFLATE 0x0020U /**< zlib-compressed data. */ +#define CT_BROTLI 0x0040U /**< Brotli-compressed data. */ /** * Flag to signal that the server declared the content type, * so we can differentiate between unknown and undeclared * content types. */ -#define CT_DECLARED 0x0040U +#define CT_DECLARED 0x0080U /** * The mask which includes all actions.