summaryrefslogtreecommitdiff
path: root/plugins/elf/symbols.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-22 20:01:37 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-22 20:01:37 (GMT)
commit1becb2053fdbb0f04935e8b90104f1f9907988ea (patch)
treee7f448fbe12eaa1907b7388f0c1c0c3d46023ce3 /plugins/elf/symbols.h
parent5235429714d9cc8425e6178eb7199e7ab55ff3c0 (diff)
Used the provided work group while loading ELF formats.
Diffstat (limited to 'plugins/elf/symbols.h')
-rw-r--r--plugins/elf/symbols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/elf/symbols.h b/plugins/elf/symbols.h
index 3bbc3ee..f51e504 100644
--- a/plugins/elf/symbols.h
+++ b/plugins/elf/symbols.h
@@ -38,7 +38,7 @@
/* Charge en mémoire la liste humaine des symboles. */
-bool load_elf_symbols(GElfFormat *, GtkStatusStack *);
+bool load_elf_symbols(GElfFormat *, wgroup_id_t , GtkStatusStack *);
@@ -46,7 +46,7 @@ bool load_elf_symbols(GElfFormat *, GtkStatusStack *);
/* Actualise la désignation des fonctions externes à reloger. */
-bool refresh_elf_relocations(GElfFormat *, GtkStatusStack *);
+bool refresh_elf_relocations(GElfFormat *, wgroup_id_t , GtkStatusStack *);