summaryrefslogtreecommitdiff
path: root/src/arch/processor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/processor.h')
-rw-r--r--src/arch/processor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/processor.h b/src/arch/processor.h
index 8529d50..ea954cc 100644
--- a/src/arch/processor.h
+++ b/src/arch/processor.h
@@ -82,7 +82,7 @@ bool init_all_processors(void);
GArchProcessor *get_arch_processor_for_type(ArchProcessorType);
/* Fournit le processeur d'architecture lié à un format. */
-GArchProcessor *get_arch_processor_from_format(const exe_format *);
+GArchProcessor *get_arch_processor_from_format(const GExeFormat *);