summaryrefslogtreecommitdiff
path: root/tools/d2c/qckcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/qckcall.h')
-rw-r--r--tools/d2c/qckcall.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/d2c/qckcall.h b/tools/d2c/qckcall.h
index 59d4adc..42aa3db 100644
--- a/tools/d2c/qckcall.h
+++ b/tools/d2c/qckcall.h
@@ -39,6 +39,9 @@
/* Réalise un appel à une fonction liée à une instruction. */
bool call_instr_func(const char *, const arg_list_t *, int, const coding_bits *, const conv_list *, const pre_processor *);
+/* Réalise un appel à une fonction liée à une instruction. */
+bool checked_call_instr_func(const char *, const arg_list_t *, int, const coding_bits *, const conv_list *, const pre_processor *);
+
#endif /* _TOOLS_QCKCALL_H */