summaryrefslogtreecommitdiff
path: root/plugins/elf/loading.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/elf/loading.h')
-rw-r--r--plugins/elf/loading.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/loading.h b/plugins/elf/loading.h
index 62d8efe..8fb4ce9 100644
--- a/plugins/elf/loading.h
+++ b/plugins/elf/loading.h
@@ -52,7 +52,7 @@ typedef struct _GElfLoadingClass GElfLoadingClass;
typedef bool (* elf_loading_cb) (GElfLoading *, GElfFormat *, phys_t *);
/* Assure l'intégration d'un symbole issu des relocalisations. */
-typedef bool (* elf_applying_cb) (GElfLoading *, GElfFormat *, GBinSymbol *);
+typedef bool (* elf_applying_cb) (GElfLoading *, GElfFormat *, virt_t *, GBinSymbol *);
/* Indique le type défini pour les tâches de chargements pour format ELF. */