summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJim Cromie <jcromie@cpan.org>2007-06-11 07:49:06 -0600
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-06-12 08:43:55 +0000
commit20f84293546435bbf5229325e767dc5e48ccb459 (patch)
tree8e862ca90242c9368662f55ae5532ba4ac5c1b3c /proto.h
parent1ad2138d16a5e3f58707d9c3b6f980ab17348c88 (diff)
downloadperl-20f84293546435bbf5229325e767dc5e48ccb459.tar.gz
mad-const patch
Message-ID: <466DA732.3010608@gmail.com> p4raw-id: //depot/perl@31369
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 8919112cb9..613fa85112 100644
--- a/proto.h
+++ b/proto.h
@@ -4619,7 +4619,7 @@ PERL_CALLCONV char* Perl_sv_catxmlsv(pTHX_ SV *dsv, SV *ssv)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);
-PERL_CALLCONV char* Perl_sv_catxmlpvn(pTHX_ SV *dsv, char *pv, STRLEN len, int utf8)
+PERL_CALLCONV char* Perl_sv_catxmlpvn(pTHX_ SV *dsv, const char *pv, STRLEN len, int utf8)
__attribute__nonnull__(pTHX_1)
__attribute__nonnull__(pTHX_2);