aboutsummaryrefslogtreecommitdiff
path: root/katajainen.h
diff options
context:
space:
mode:
authorLode Vandevenne <lode@google.com>2013-03-05 18:01:47 +0100
committerLode Vandevenne <lode@google.com>2013-03-05 18:01:47 +0100
commit981df0fe897c94382b9b963eb72bc36cbc2e729c (patch)
treedc2a75c97f6f054c633d99065e9efc58a09e22ad /katajainen.h
parent42afd06de11fca2625b1d2b43a21f252b1b35627 (diff)
downloadzopfli-981df0fe897c94382b9b963eb72bc36cbc2e729c.tar.gz
Add Zopfli prefix to symbols
Diffstat (limited to 'katajainen.h')
-rw-r--r--katajainen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/katajainen.h b/katajainen.h
index 39946c8..ee8a91e 100644
--- a/katajainen.h
+++ b/katajainen.h
@@ -36,7 +36,7 @@ maxbits: Maximum bit length, inclusive.
bitlengths: Output, the bitlengths for the symbol prefix codes.
return: 0 for OK, non-0 for error.
*/
-int LengthLimitedCodeLengths(
+int ZopfliLengthLimitedCodeLengths(
const size_t* frequencies, int n, int maxbits, unsigned* bitlengths);
#endif /* ZOPFLI_KATAJAINEN_H_ */