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:
parent
aa33aa6e64
commit
096efc93df
@ -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
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user