summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-06-12 03:59:34 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-06-12 14:12:18 +0000
commitfe2ae5081bc2e29bed890e921179e594deb788ec (patch)
treee94131081f65b241fa47638a3af5e8cdbf13cc33 /proto.h
parentd1ef75db26a53db337bba97d4d09e1f6e1468cbe (diff)
downloadperl-fe2ae5081bc2e29bed890e921179e594deb788ec.tar.gz
Static cleanup in pp_sort.c
Message-ID: <20060612135934.GA2202@petdance.com> p4raw-id: //depot/perl@28385
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 8bfa8c6d41..a0d5dec2aa 100644
--- a/proto.h
+++ b/proto.h
@@ -3488,6 +3488,10 @@ STATIC I32 S_sortcv_stacked(pTHX_ SV *a, SV *b)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);
+STATIC void S_qsortsvu(pTHX_ SV** array, size_t num_elts, SVCOMPARE_t compare)
+ __attribute__nonnull__(pTHX_1)
+ __attribute__nonnull__(pTHX_3);
+
#endif
#if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT)