update for HEAD-2003091401
[reactos.git] / lib / ntdll / rtl / compress.c
index cd96ea6..6af7b53 100644 (file)
@@ -76,6 +76,9 @@ RtlpWorkSpaceSizeLZNT1(USHORT Engine,
 
 
 
+/*
+ * @implemented
+ */
 NTSTATUS STDCALL
 RtlCompressBuffer(IN USHORT CompressionFormatAndEngine,
                  IN PUCHAR UncompressedBuffer,
@@ -122,6 +125,9 @@ RtlCompressChunks(IN PUCHAR UncompressedBuffer,
 #endif
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 RtlDecompressBuffer(IN USHORT CompressionFormat,
                    OUT PUCHAR UncompressedBuffer,
@@ -149,6 +155,9 @@ RtlDecompressChunks(OUT PUCHAR UncompressedBuffer,
 #endif
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 RtlDecompressFragment(IN USHORT CompressionFormat,
                      OUT PUCHAR UncompressedFragment,
@@ -176,6 +185,9 @@ RtlDescribeChunk(IN USHORT CompressionFormat,
 #endif
 
 
+/*
+ * @unimplemented
+ */
 NTSTATUS STDCALL
 RtlGetCompressionWorkSpaceSize(IN USHORT CompressionFormatAndEngine,
                               OUT PULONG CompressBufferAndWorkSpaceSize,