--- libwww/Library/src/HTBufWrt.html 1999/04/04 00:12:00 2.6 +++ libwww/Library/src/HTBufWrt.html 2005/11/11 14:03:15 2.7 @@ -39,6 +39,10 @@ Library. #define HTBUFWRT_H #include "HTIOStream.h" + +#ifdef __cplusplus +extern "C" { +#endif

Default Output Buffering @@ -65,11 +69,15 @@ extern HTOutput_new HTBufferWriter_new; extern HTOutputConverter_new HTBufferConverter_new;
+#ifdef __cplusplus
+}
 #endif
+
+#endif  /* HTBUFWRT_H */
 


- @(#) $Id: HTBufWrt.html,v 2.6 1999/04/04 00:12:00 frystyk Exp $ + @(#) $Id: HTBufWrt.html,v 2.7 2005/11/11 14:03:15 vbancrof Exp $