From 1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 2 Jan 2005 23:49:58 -0500 Subject: snapshot of project "lynx", label v2-8-6dev_10 --- WWW/Library/Implementation/HTUU.h | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'WWW/Library/Implementation/HTUU.h') diff --git a/WWW/Library/Implementation/HTUU.h b/WWW/Library/Implementation/HTUU.h index 6a0d4a7c..1bd5e6e6 100644 --- a/WWW/Library/Implementation/HTUU.h +++ b/WWW/Library/Implementation/HTUU.h @@ -16,12 +16,18 @@ #include #endif -extern int HTUU_encode(unsigned char *bufin, - unsigned int nbytes, - char *bufcoded); +#ifdef __cplusplus +extern "C" { +#endif + extern int HTUU_encode(unsigned char *bufin, + unsigned int nbytes, + char *bufcoded); -extern int HTUU_decode(char *bufcoded, - unsigned char *bufplain, - int outbufsize); + extern int HTUU_decode(char *bufcoded, + unsigned char *bufplain, + int outbufsize); -#endif /* HTUU_H */ +#ifdef __cplusplus +} +#endif +#endif /* HTUU_H */ -- cgit 1.4.1-2-gfad0