diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-03-30 10:48:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:20 -0500 |
commit | 0403e2032b258d25f6ff744029c3a0327cebda5a (patch) | |
tree | 76ddaddc52c9c7bc19986739995d4d8e19757c53 /source4/librpc/ndr/libndr.h | |
parent | 4581134bf5c9c348ba56fea3886c58234774f522 (diff) | |
download | samba-0403e2032b258d25f6ff744029c3a0327cebda5a.tar.gz samba-0403e2032b258d25f6ff744029c3a0327cebda5a.tar.xz samba-0403e2032b258d25f6ff744029c3a0327cebda5a.zip |
r6129: - add our own MSZIP decompression implementation
(taken from cabextract.c from KDE)
this code maybe need to be rewritten and the
compression side needs to be done,
but for now it seems to works
- remove the dependency to zlib
metze
(This used to be commit 5e8558c5b4365a494aa054c3e08d4084b319e6e5)
Diffstat (limited to 'source4/librpc/ndr/libndr.h')
-rw-r--r-- | source4/librpc/ndr/libndr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/ndr/libndr.h b/source4/librpc/ndr/libndr.h index 3cc25b0ef2..15ac1b2d4c 100644 --- a/source4/librpc/ndr/libndr.h +++ b/source4/librpc/ndr/libndr.h @@ -162,7 +162,7 @@ enum ndr_err_code { }; enum ndr_compression_alg { - NDR_COMPRESSION_ZLIB + NDR_COMPRESSION_MSZIP }; /* |