summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lz4_manual.html4
-rw-r--r--lib/lz4frame.h2
2 files changed, 1 insertions, 5 deletions
diff --git a/doc/lz4_manual.html b/doc/lz4_manual.html
index ecc985d..9ab1984 100644
--- a/doc/lz4_manual.html
+++ b/doc/lz4_manual.html
@@ -321,9 +321,5 @@ union LZ4_streamDecode_u {
Otherwise, it's also possible to define LZ4_DISABLE_DEPRECATE_WARNINGS
</p></pre><BR>
-<h3>Experimental API section</h3><pre></pre><b><pre>#ifdef LZ4_HC_STATIC_LINKING_ONLY
-#ifndef LZ4_SLO_299387928743
-#define LZ4_SLO_299387928743
-</pre></b><BR>
</html>
</body>
diff --git a/lib/lz4frame.h b/lib/lz4frame.h
index 307d7b2..ccacb89 100644
--- a/lib/lz4frame.h
+++ b/lib/lz4frame.h
@@ -177,7 +177,7 @@ typedef struct {
unsigned reserved[4]; /* must be zero for forward compatibility */
} LZ4F_preferences_t;
-LZ4FLIB_API int LZ4F_compressionLevel_max();
+LZ4FLIB_API int LZ4F_compressionLevel_max(void);
/*-*********************************