summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lz4frame.h')
-rw-r--r--lib/lz4frame.h2
1 files changed, 1 insertions, 1 deletions
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);
/*-*********************************