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 0b9ac29..0c8fcf6 100644
--- a/tools/d2c/qckcall.h
+++ b/tools/d2c/qckcall.h
@@ -35,6 +35,9 @@
+/* Prépare au besoin la définition d'une macro de transtypage. */
+char *build_cast_if_needed(const char *);
+
/* Réalise un appel à une fonction liée à une instruction. */
bool call_instr_func(bool, const char *, const arg_list_t *, int, const coding_bits *, const conv_list *, const pre_processor *);