+2006-05-27 Ulrich Drepper <drepper@redhat.com>
+
+ * libdw.h: Add extern "C".
+
2006-05-22 Ulrich Drepper <drepper@redhat.com>
* dwarf_getaranges.c (dwarf_getaranges): Handle files without
/* Interfaces for libdw.
- Copyright (C) 2002, 2004, 2005 Red Hat, Inc.
+ Copyright (C) 2002, 2004, 2005, 2006 Red Hat, Inc.
This file is part of Red Hat elfutils.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
#endif
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/* Create a handle for a new debug session. */
extern Dwarf *dwarf_begin (int fildes, Dwarf_Cmd cmd);
}
#endif /* Optimize. */
+#ifdef __cplusplus
+}
+#endif
+
#endif /* libdw.h */