diff options
Diffstat (limited to 'WWW/Library/Implementation/HTUU.h')
-rw-r--r-- | WWW/Library/Implementation/HTUU.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTUU.h b/WWW/Library/Implementation/HTUU.h index 1bd5e6e6..925d1f74 100644 --- a/WWW/Library/Implementation/HTUU.h +++ b/WWW/Library/Implementation/HTUU.h @@ -20,7 +20,7 @@ extern "C" { #endif extern int HTUU_encode(unsigned char *bufin, - unsigned int nbytes, + size_t nbytes, char *bufcoded); extern int HTUU_decode(char *bufcoded, |