summaryrefslogtreecommitdiffstats
path: root/Src/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'Src/module.c')
-rw-r--r--Src/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/module.c b/Src/module.c
index af0251f4e..19d7d9d42 100644
--- a/Src/module.c
+++ b/Src/module.c
@@ -1337,7 +1337,7 @@ addmathfunc(MathFunc f)
/* Delete a single math function */
/**/
-mod_export int
+int
deletemathfunc(MathFunc f)
{
MathFunc p, q;