summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/proto.h')
-rw-r--r--gnu/usr.bin/perl/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/usr.bin/perl/proto.h b/gnu/usr.bin/perl/proto.h
index 4165f384c9f..686bb3bcbe4 100644
--- a/gnu/usr.bin/perl/proto.h
+++ b/gnu/usr.bin/perl/proto.h
@@ -1363,4 +1363,7 @@ STATIC HE* S_hv_fetch_common(pTHX_ HV* tb, SV* key_sv, const char* key, STRLEN k
PERL_CALLCONV SV* Perl_hv_scalar(pTHX_ HV* hv);
PERL_CALLCONV SV* Perl_magic_scalarpack(pTHX_ HV* hv, MAGIC* mg);
+#if defined(DEBUGGING)
+PERL_CALLCONV int Perl_get_debug_opts_flags(pTHX_ char **s, int flags);
+#endif
END_EXTERN_C