From 52d0d80a5d826b0f53ea4c00d2577ea2e4baba8f Mon Sep 17 00:00:00 2001 From: root Date: Tue, 8 Mar 2005 19:59:52 +0000 Subject: *** empty log message *** --- lzf.h | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'lzf.h') diff --git a/lzf.h b/lzf.h index 5e7ff74..8538609 100644 --- a/lzf.h +++ b/lzf.h @@ -48,6 +48,8 @@ ** ***********************************************************************/ +#define LZF_VERSION 0x0105 /* 1.5 */ + /* * Compress in_len bytes stored at the memory block starting at * in_data and write the result to out_data, up to a maximum length @@ -60,15 +62,16 @@ * the data uncompressed otherwise. * * lzf_compress might use different algorithms on different systems and - * thus might result in different compressed strings depending on the - * phase of the moon or similar factors. However, all these strings are - * architecture-independent and will result in the original data when - * decompressed using lzf_decompress. + * even diferent runs, thus might result in different compressed strings + * depending on the phase of the moon or similar factors. However, all + * these strings are architecture-independent and will result in the + * original data when decompressed using lzf_decompress. * * The buffers must not be overlapping. * * If the option LZF_STATE_ARG is enabled, an extra argument must be - * supplied which is not reflected in this header file. Refer to lzf_c.c. + * supplied which is not reflected in this header file. Refer to lzfP.h + * and lzf_c.c. * */ unsigned int -- cgit v1.2.3