diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2004-04-27 20:26:05 -0400 |
commit | 2cd8e80bfe2792ce8999a26b34384598f58e3889 (patch) | |
tree | 780917a289058c7d05e893a8a1b3dc88d4a7030f /WWW/Library/Implementation/HTUU.h | |
parent | bff0a2c0390cf1536254ea168d2581cc9550325f (diff) | |
download | lynx-snapshots-2cd8e80bfe2792ce8999a26b34384598f58e3889.tar.gz |
snapshot of project "lynx", label v2-8-6dev_2
Diffstat (limited to 'WWW/Library/Implementation/HTUU.h')
-rw-r--r-- | WWW/Library/Implementation/HTUU.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTUU.h b/WWW/Library/Implementation/HTUU.h index 8e06394e..e3cc02f9 100644 --- a/WWW/Library/Implementation/HTUU.h +++ b/WWW/Library/Implementation/HTUU.h @@ -15,12 +15,12 @@ #include <HTUtils.h> #endif -PUBLIC int HTUU_encode PARAMS((unsigned char *bufin, +extern int HTUU_encode (unsigned char *bufin, unsigned int nbytes, - char *bufcoded)); + char *bufcoded); -PUBLIC int HTUU_decode PARAMS((char *bufcoded, +extern int HTUU_decode (char *bufcoded, unsigned char *bufplain, - int outbufsize)); + int outbufsize); #endif /* HTUU_H */ |