about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTFinger.h
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/Implementation/HTFinger.h')
-rw-r--r--WWW/Library/Implementation/HTFinger.h22
1 files changed, 14 insertions, 8 deletions
diff --git a/WWW/Library/Implementation/HTFinger.h b/WWW/Library/Implementation/HTFinger.h
index bda272ad..071d43bc 100644
--- a/WWW/Library/Implementation/HTFinger.h
+++ b/WWW/Library/Implementation/HTFinger.h
@@ -9,16 +9,22 @@
 #include <HTAccess.h>
 #include <HTAnchor.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
 #ifdef GLOBALREF_IS_MACRO
-extern GLOBALREF (HTProtocol, HTFinger);
+    extern GLOBALREF (HTProtocol, HTFinger);
 
 #else
-GLOBALREF HTProtocol HTFinger;
-#endif /* GLOBALREF_IS_MACRO */
+    GLOBALREF HTProtocol HTFinger;
+#endif				/* GLOBALREF_IS_MACRO */
 
-extern int HTLoadFinger(const char *arg,
-			HTParentAnchor *anAnchor,
-			HTFormat format_out,
-			HTStream *stream);
+    extern int HTLoadFinger(const char *arg,
+			    HTParentAnchor *anAnchor,
+			    HTFormat format_out,
+			    HTStream *stream);
 
-#endif /* HTFINGER_H */
+#ifdef __cplusplus
+}
+#endif
+#endif				/* HTFINGER_H */