about summary refs log tree commit diff stats
path: root/src/LYCgi.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 /src/LYCgi.h
parentbed9a2c79bfdde6e4ec89d9d02a5d6e88ae12f79 (diff)
downloadlynx-snapshots-1fc1d8afcb5b9947e2b9665514dbfd1e86c0bf3f.tar.gz
snapshot of project "lynx", label v2-8-6dev_10
Diffstat (limited to 'src/LYCgi.h')
-rw-r--r--src/LYCgi.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/LYCgi.h b/src/LYCgi.h
index bd29a780..6b90f2de 100644
--- a/src/LYCgi.h
+++ b/src/LYCgi.h
@@ -5,6 +5,12 @@
 #include <HTUtils.h>
 #endif
 
-extern void add_lynxcgi_environment(const char *variable_name);
+#ifdef __cplusplus
+extern "C" {
+#endif
+    extern void add_lynxcgi_environment(const char *variable_name);
 
-#endif /* LYGETFILE_H */
+#ifdef __cplusplus
+}
+#endif
+#endif				/* LYGETFILE_H */