1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-03 13:47:25 +03:00

librpc/ndr: add new MSZIP compression type for cabinet files

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2017-05-23 12:02:10 +02:00 committed by Jeremy Allison
parent aa33aa6e64
commit 096efc93df

View File

@ -262,6 +262,7 @@ enum ndr_err_code {
} while (0)
enum ndr_compression_alg {
NDR_COMPRESSION_MSZIP_CAB = 1,
NDR_COMPRESSION_MSZIP = 2,
NDR_COMPRESSION_XPRESS = 3
};