aboutsummaryrefslogtreecommitdiffstats
path: root/woff.h
diff options
context:
space:
mode:
Diffstat (limited to 'woff.h')
-rw-r--r--woff.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/woff.h b/woff.h
index d8c6f55..e792526 100644
--- a/woff.h
+++ b/woff.h
@@ -107,7 +107,8 @@ extern "C" {
*/
const uint8_t * woffEncode(const uint8_t * sfntData, uint32_t sfntLen,
uint16_t majorVersion, uint16_t minorVersion,
- uint32_t * woffLen, uint32_t * status);
+ int32_t numiterations, uint32_t * woffLen,
+ uint32_t * status);
/*****************************************************************************