unbro should not require maximum buffer size (RT #129480)
[io-compress-brotli.git] / Brotli.xs
index ffbde1e49c6cd6f0e5ac68c422bff6e7c555acdb..4e030a750b7cae5a5280c62bfe09b2029c765a2e 100644 (file)
--- a/Brotli.xs
+++ b/Brotli.xs
@@ -23,7 +23,7 @@ MODULE = IO::Compress::Brotli         PACKAGE = IO::Uncompress::Brotli
 PROTOTYPES: ENABLE
 
 SV*
-unbro(buffer, decoded_size)
+unbro_given_size(buffer, decoded_size)
     SV* buffer
     size_t decoded_size
   PREINIT:
This page took 0.009789 seconds and 4 git commands to generate.