summaryrefslogtreecommitdiff
path: root/tools/d2c/qckcall.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/d2c/qckcall.c')
-rw-r--r--tools/d2c/qckcall.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/tools/d2c/qckcall.c b/tools/d2c/qckcall.c
index aa066c4..34c810e 100644
--- a/tools/d2c/qckcall.c
+++ b/tools/d2c/qckcall.c
@@ -34,11 +34,6 @@
-/* Prépare au besoin la définition d'une macro de transtypage. */
-static char *build_cast_if_needed(const char *);
-
-
-
/******************************************************************************
* *
* Paramètres : callee = fonction appelée à nommer. *
@@ -51,7 +46,7 @@ static char *build_cast_if_needed(const char *);
* *
******************************************************************************/
-static char *build_cast_if_needed(const char *callee)
+char *build_cast_if_needed(const char *callee)
{
char *result; /* Macro à retourner */
regex_t preg; /* Expression régulière */