summaryrefslogtreecommitdiff
path: root/src/format/dwarf/abbrev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/format/dwarf/abbrev.h')
-rw-r--r--src/format/dwarf/abbrev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/format/dwarf/abbrev.h b/src/format/dwarf/abbrev.h
index a949be9..f375abc 100644
--- a/src/format/dwarf/abbrev.h
+++ b/src/format/dwarf/abbrev.h
@@ -35,6 +35,8 @@
/* Charge les abréviations trouvés pour un DWARF. */
bool load_dwarf_abbreviations(dwarf_format *);
+/* Décharge les abréviations trouvés pour un DWARF. */
+void unload_dwarf_abbreviations(dwarf_format *);