Forgot to rename the decoder custom dictionary func
[io-compress-brotli.git] / Brotli.xs
index b7f33d6012844a79533460534f8c06c40c7506af..a14b828c089dc170df4e576f32b2d8da4b7b3fbb 100644 (file)
--- a/Brotli.xs
+++ b/Brotli.xs
@@ -69,7 +69,7 @@ SV* BrotliDecoderDecompressStream(state, in)
   OUTPUT:
     RETVAL
 
-void BrotliSetCustomDictionary(state, dict)
+void BrotliDecoderSetCustomDictionary(state, dict)
     SV* state
     SV* dict
   PREINIT:
This page took 0.009795 seconds and 4 git commands to generate.