summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index 54791cb07f..d061c51d7f 100644
--- a/mg.c
+++ b/mg.c
@@ -412,7 +412,7 @@ Perl_mg_clear(pTHX_ SV *sv)
return 0;
}
-MAGIC*
+static MAGIC*
S_mg_findext_flags(pTHX_ const SV *sv, int type, const MGVTBL *vtbl, U32 flags)
{
PERL_UNUSED_CONTEXT;