diff options
Diffstat (limited to 'tools/d2c/hooks/manager.h')
-rw-r--r-- | tools/d2c/hooks/manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/d2c/hooks/manager.h b/tools/d2c/hooks/manager.h index 97bd388..1a50d0a 100644 --- a/tools/d2c/hooks/manager.h +++ b/tools/d2c/hooks/manager.h @@ -43,6 +43,9 @@ void delete_instr_hooks(instr_hooks *); /* Enregistre l'utilité d'une fonction pour une instruction. */ 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); + /* Associe dans le code des fonctions à une instruction. */ bool write_hook_functions(const instr_hooks *, bool, int); |