about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTUU.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-09-22 10:53:56 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-09-22 10:53:56 -0400
commitbf665822fc371159c9fc6630ab805638c58ab299 (patch)
treea85a0ee9a271bf9cde1108daca90b657f0aed5f9 /WWW/Library/Implementation/HTUU.h
parent2bfdbc116276afc90c803427e7af7b44a0c11c66 (diff)
downloadlynx-snapshots-bf665822fc371159c9fc6630ab805638c58ab299.tar.gz
snapshot of project "lynx", label v2-8-8dev_5b
Diffstat (limited to 'WWW/Library/Implementation/HTUU.h')
-rw-r--r--WWW/Library/Implementation/HTUU.h2
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,