summaryrefslogtreecommitdiff
path: root/tools/d2c/hooks/manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/hooks/manager.h')
-rw-r--r--tools/d2c/hooks/manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/d2c/hooks/manager.h b/tools/d2c/hooks/manager.h
index c502ab0..3647b74 100644
--- a/tools/d2c/hooks/manager.h
+++ b/tools/d2c/hooks/manager.h
@@ -44,10 +44,10 @@ void delete_instr_hooks(instr_hooks *);
void register_hook_function(instr_hooks *, char *, char *);
/* Déclare des opérations complémentaires pour une instruction. */
-bool declare_hook_functions(const instr_hooks *, bool, int);
+bool declare_hook_functions(const instr_hooks *, int);
/* Associe dans le code des fonctions à une instruction. */
-bool write_hook_functions(const instr_hooks *, bool, int);
+bool write_hook_functions(const instr_hooks *, int);