2003-11-25 Michael Snyder <msnyder@redhat.com>
[deliverable/binutils-gdb.git] / include / demangle.h
index 21e9dd33820c14444ae8cea69a9ae2d9878049a1..bff266931c81b6f5d73e374f32ec5627304a96d0 100644 (file)
 
 #include "ansidecl.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
 /* Options passed to cplus_demangle (in 2nd parameter). */
 
 #define DMGL_NO_OPTS    0              /* For readability... */
@@ -160,4 +164,8 @@ enum gnu_v3_dtor_kinds {
 extern enum gnu_v3_dtor_kinds
        is_gnu_v3_mangled_dtor PARAMS ((const char *name));
 
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
 #endif /* DEMANGLE_H */
This page took 0.023339 seconds and 4 git commands to generate.