summaryrefslogtreecommitdiff
path: root/lzf.h
diff options
context:
space:
mode:
authorpcg <pcg>2003-12-23 04:52:00 +0000
committerpcg <pcg>2003-12-23 04:52:00 +0000
commitd5607e01318876986723cab8e02cb479c7636e5d (patch)
tree3ad20b59dc62ff1ef5511538c5f899b14c5e6231 /lzf.h
parent3d0092ba13033a7f502240c12b748cebe6ed84cf (diff)
*** empty log message ***
Diffstat (limited to 'lzf.h')
-rw-r--r--lzf.h3
1 files changed, 3 insertions, 0 deletions
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,