about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTPlain.h
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2005-01-02 23:49:58 -0500
committerThomas E. Dickey <dickey@invisible-island.net>2005-01-02 23:49:58 -0500
commit1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f (patch)
treea83fd699321c8545516d56abcda6c9718fd1f4fb /WWW/Library/Implementation/HTPlain.h
parentbed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79 (diff)
downloadlynx-snapshots-1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f.tar.gz
snapshot of project "lynx", label v2-8-6dev_10
Diffstat (limited to 'WWW/Library/Implementation/HTPlain.h')
-rw-r--r--WWW/Library/Implementation/HTPlain.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTPlain.h b/WWW/Library/Implementation/HTPlain.h
index 92dcc061..24fd6691 100644
--- a/WWW/Library/Implementation/HTPlain.h
+++ b/WWW/Library/Implementation/HTPlain.h
@@ -8,8 +8,14 @@
 #include <HTStream.h>
 #include <HTAnchor.h>
 
-extern HTStream *HTPlainPresent(HTPresentation *pres,
-				HTParentAnchor *anchor,
-				HTStream *sink);
+#ifdef __cplusplus
+extern "C" {
+#endif
+    extern HTStream *HTPlainPresent(HTPresentation *pres,
+				    HTParentAnchor *anchor,
+				    HTStream *sink);
 
-#endif /* HTPLAIN_H */
+#ifdef __cplusplus
+}
+#endif
+#endif				/* HTPLAIN_H */