From d5607e01318876986723cab8e02cb479c7636e5d Mon Sep 17 00:00:00 2001 From: pcg Date: Tue, 23 Dec 2003 04:52:00 +0000 Subject: *** empty log message *** --- lzf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lzf.h') diff --git a/lzf.h b/lzf.h index 8e3165e..1af6656 100644 --- a/lzf.h +++ b/lzf.h @@ -56,6 +56,9 @@ * * The buffers must not be overlapping. * + * If the option LZF_STATE_ART is enabled, an extra argument must be + * supplied which is not reflected in this header file. Refer to lzf_c.c. + * */ unsigned int lzf_compress (const void *const in_data, unsigned int in_len, -- cgit v1.2.3