summaryrefslogtreecommitdiff
path: root/plugins/elf/symbols.h
diff options
context:
space:
mode:
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 *);